correct cmake dir
This commit is contained in:
parent
3e5ffff839
commit
20bd14ad95
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user