Fix #210: WARNINGS_AS_ERRORS doesn't work (#211)

#210 was created under assumption `build.py` is actually used, but upon
inspecting `.travis.yml` it turns out it is not.
This commit is contained in:
Michał Janiszewski 2018-11-06 23:55:10 +01:00 committed by Mason Sciotti
parent ac2d064cb0
commit 98855b4d84

View file

@ -43,5 +43,5 @@ before_install:
script:
- mkdir build
- cd build
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX --config Release ..
- cmake -DCLANG_FORMAT_SUFFIX=$CLANG_FORMAT_SUFFIX -DWARNINGS_AS_ERRORS=On --config Release ..
- cmake --build . -- -j2