Also try running the server on CircleCI

This commit is contained in:
heinrich5991 2019-02-03 02:31:16 +01:00
parent ce59e97724
commit 9bf814008c

View file

@ -28,6 +28,7 @@ jobs:
cd release
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake ..
make everything
./teeworlds_srv shutdown
- run:
name: Build teeworlds with cmake in Debug mode
command: |
@ -35,3 +36,4 @@ jobs:
cd debug
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake -DDEV=ON ..
make everything
./teeworlds_srv shutdown