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 GitHub
parent e08a85637d
commit f227c797b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: