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