another build path

This commit is contained in:
Lukas Heiligenbrunner 2020-10-16 18:37:37 +02:00
parent 9a628d60f6
commit d7fb231705

View File

@ -13,8 +13,8 @@ cache:
cmake:
stage: cmake
script:
- mkdir build -p
- cd build
- mkdir ../build -p
- cd ../build
- conan remote add bintray https://api.bintray.com/conan/lheili/LibConfig
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
@ -23,4 +23,4 @@ cmake:
- rm * -f
- CONAN_SYSREQUIRES_MODE=enabled conan install .. --build=missing
- cd ..
- cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
- cmake -S . -B ../build -D WinBuild=OFF -D GUI=OFF