correct cmake dir

This commit is contained in:
Lukas Heiligenbrunner 2020-10-30 19:41:14 +01:00
parent 3e5ffff839
commit 20bd14ad95

View File

@ -9,7 +9,7 @@ image: conanio/gcc9:latest
cache: cache:
paths: paths:
- /home/conan/.conan/ - /home/conan/.conan/data/
conan: conan:
stage: conan stage: conan
@ -25,8 +25,7 @@ conan:
cmake: cmake:
stage: cmake stage: cmake
script: script:
- cd build - cmake -S . -B build -D WinBuild=OFF -D GUI=OFF
- cmake -S . -B ../build -D WinBuild=OFF -D GUI=OFF
allow_failure: true allow_failure: true
cleanup: cleanup: