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:
parent
803ed3a192
commit
b295e23d01
@ -15,9 +15,9 @@ addons:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- mkdir build && cd build
|
- mkdir build && cd build
|
||||||
- cmake ../source/compiler \
|
- cmake ../source/compiler
|
||||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member" \
|
-DCMAKE_C_FLAGS="-m32 -Werror -Wno-address-of-packed-member"
|
||||||
-DCPACK_GENERATOR="TGZ;ZIP"
|
-DCPACK_GENERATOR="TGZ;ZIP"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user