We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bb7635 commit e11f3d2Copy full SHA for e11f3d2
.travis.yml
@@ -57,8 +57,9 @@ matrix:
57
skip_cleanup: true
58
github_token: $GITHUB_API_TOKEN
59
local_dir: build/doc/html
60
-before_script:
+before_script:
61
- cd $TRAVIS_BUILD_DIR; mkdir build; cd build
62
+ - CXXFLAGS="${CXXFLAGS} -Werror"
63
script:
64
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then cmake .. -DCMAKE_BUILD_TYPE=Debug;
65
else
0 commit comments