From b295e23d01d22d2416fbee65b50bf98342390ad8 Mon Sep 17 00:00:00 2001 From: Zeex Date: Tue, 2 Oct 2018 10:27:52 +0600 Subject: [PATCH] Fix .travis.yml again It's funny... their "Trigger build" feature requires the use of backslashes here but in regular builds their system can't deal with them --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b372bea..f700f55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ addons: before_script: - mkdir build && cd build - - cmake ../source/compiler \ - -DCMAKE_BUILD_TYPE=RelWithDebInfo \ - -DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member" \ + - cmake ../source/compiler + -DCMAKE_BUILD_TYPE=RelWithDebInfo + -DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member" -DCPACK_GENERATOR="TGZ;ZIP" script: