mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Also try running the server on CircleCI
This commit is contained in:
parent
ce59e97724
commit
9bf814008c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue