Skip to content
Snippets Groups Projects
Commit 14c5805e authored by Marco Z's avatar Marco Z
Browse files

Dummy out -Werror from travis config

parent 679fe2ae
No related branches found
No related tags found
No related merge requests found
......@@ -660,7 +660,7 @@ before_script:
- mkdir build
- cd build
- mkdir package
- export CFLAGS="-Wall -W -Werror $WFLAGS"
- export CFLAGS="-Wall -W $WFLAGS" # -Werror
- export CCACHE_COMPRESS=true
- cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PWD/bin -DCPACK_PACKAGE_DIRECTORY=$PWD/package
-DSRB2_ASSET_REQUIRED="${SRB2_ASSET_REQUIRED}" -DSRB2_ASSET_OPTIONAL="${SRB2_ASSET_OPTIONAL}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment