cmake: compile with warnings

This commit is contained in:
Alam Ed Arias 2016-05-28 17:44:38 -04:00
parent 3cf5d1ddec
commit 90ae2b2d1d
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ before_script:
- 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
- mkdir build
- cd build
- cmake ..
- set CFLAGS=-Wall -W -Werror
- export CFLAGS=-Wall -W -Werror
- cmake .. -DCMAKE_BUILD_TYPE=Release
before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi