another build path
This commit is contained in:
parent
9a628d60f6
commit
d7fb231705
@ -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
|
Loading…
Reference in New Issue
Block a user