correct cmake folder and cache paths

This commit is contained in:
Lukas Heiligenbrunner 2020-10-16 17:53:18 +02:00
parent 1254466e66
commit d6564f5647

View File

@ -3,6 +3,10 @@ stages:
- build - build
- post - post
cache:
paths:
- /home/conan/.conan/
# Unix Build # Unix Build
cmake: cmake:
stage: cmake stage: cmake
@ -14,6 +18,7 @@ cmake:
- conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY - conan user lukas-heiligenbrunner -r bintray -p $CONAN_KEY
- conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan - conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan
- CONAN_SYSREQUIRES_MODE=enabled conan install .. --build=missing - 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
artifacts: artifacts:
paths: paths: