correct cmake folder and cache paths
This commit is contained in:
parent
1254466e66
commit
d6564f5647
@ -3,6 +3,10 @@ stages:
|
||||
- build
|
||||
- post
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- /home/conan/.conan/
|
||||
|
||||
# Unix Build
|
||||
cmake:
|
||||
stage: cmake
|
||||
@ -14,6 +18,7 @@ cmake:
|
||||
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
|
||||
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
|
||||
- CONAN_SYSREQUIRES_MODE=enabled conan install .. --build=missing
|
||||
- cd ..
|
||||
- cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
|
||||
artifacts:
|
||||
paths:
|
||||
|
Loading…
Reference in New Issue
Block a user