mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 06:28:19 +00:00
Run tests on AppVeyor
This commit is contained in:
parent
cb887180f2
commit
1064ee4729
|
@ -17,6 +17,10 @@ build_script:
|
|||
- cmd: cmake --build build64 --config Release --target everything
|
||||
|
||||
test_script:
|
||||
- cmd: cmake --build build32 --config Debug --target run_tests
|
||||
- cmd: cmake --build build64 --config Debug --target run_tests
|
||||
- cmd: cmake --build build32 --config Release --target run_tests
|
||||
- cmd: cmake --build build64 --config Release --target run_tests
|
||||
- cmd: |
|
||||
cd build32
|
||||
Release\teeworlds_srv shutdown
|
||||
|
|
Loading…
Reference in a new issue