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
This commit is contained in:
Zeex 2018-10-02 10:27:52 +06:00 committed by Barnaby Keene
parent 803ed3a192
commit b295e23d01

View File

@ -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: