#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:
parent
ac2d064cb0
commit
98855b4d84
1 changed files with 1 additions and 1 deletions
|
@ -43,5 +43,5 @@ before_install:
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd 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
|
- cmake --build . -- -j2
|
||||||
|
|
Loading…
Reference in a new issue