Make build directory more descriptive on CircleCI

This commit is contained in:
heinrich5991 2019-03-11 23:36:53 +01:00
parent bc91659aa8
commit c6f09f9d21

View file

@ -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: