mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +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 ..
|
||||
make everything
|
||||
- run: |
|
||||
mkdir build2
|
||||
cd build2
|
||||
mkdir noautoupdate
|
||||
cd noautoupdate
|
||||
env CFLAGS="-Wdeclaration-after-statement -Werror" CXXFLAGS="-Werror" cmake -DAUTOUPDATE=OFF -DDOWNLOAD_GTEST=ON ..
|
||||
make everything
|
||||
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
./DDNet-Server shutdown
|
||||
|
||||
- run: |
|
||||
cd build2
|
||||
cd noautoupdate
|
||||
make run_tests
|
||||
|
||||
workflows:
|
||||
|
|
Loading…
Reference in a new issue