(#532) Don't run Uni Tests on Windows CI build

master
rexim 2019-05-25 20:45:40 +07:00
parent 4e7a60f9ba
commit 1b697a5f63
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ build_script:
- cd build
- cmake ..
- cmake --build .
- ./nothing_test
# TODO: Unit Tests are not run on Windows CI build
# https://ci.appveyor.com/project/rexim/nothing/builds/24807772/job/nr36kt098djthl4l#L431
- sh: ./nothing_test
- sh: cd ../levels/
- sh: make clean
- sh: make -k