Skip to content
Snippets Groups Projects
Commit 90ae2b2d authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

cmake: compile with warnings

parent 3cf5d1dd
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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