mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Make build directory more descriptive on CircleCI
This commit is contained in:
parent
bc91659aa8
commit
c6f09f9d21
|
@ -53,8 +53,8 @@ jobs:
|
||||||
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake -DDOWNLOAD_GTEST=ON ..
|
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake -DDOWNLOAD_GTEST=ON ..
|
||||||
make everything
|
make everything
|
||||||
- run: |
|
- run: |
|
||||||
mkdir build2
|
mkdir noautoupdate
|
||||||
cd build2
|
cd noautoupdate
|
||||||
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake -DAUTOUPDATE=OFF -DDOWNLOAD_GTEST=ON ..
|
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake -DAUTOUPDATE=OFF -DDOWNLOAD_GTEST=ON ..
|
||||||
make everything
|
make everything
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ jobs:
|
||||||
./DDNet-Server shutdown
|
./DDNet-Server shutdown
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
cd build2
|
cd noautoupdate
|
||||||
make run_tests
|
make run_tests
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
|
|
Loading…
Reference in a new issue