correct cmake dir
This commit is contained in:
parent
3e5ffff839
commit
20bd14ad95
@ -9,7 +9,7 @@ image: conanio/gcc9:latest
|
||||
|
||||
cache:
|
||||
paths:
|
||||
- /home/conan/.conan/
|
||||
- /home/conan/.conan/data/
|
||||
|
||||
conan:
|
||||
stage: conan
|
||||
@ -25,8 +25,7 @@ conan:
|
||||
cmake:
|
||||
stage: cmake
|
||||
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
|
||||
|
||||
cleanup:
|
||||
|
Loading…
Reference in New Issue
Block a user