From 20bd14ad956ff6516072d92738e8c5ed3a3b7424 Mon Sep 17 00:00:00 2001 From: Lukas Heiligenbrunner Date: Fri, 30 Oct 2020 19:41:14 +0100 Subject: [PATCH] correct cmake dir --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 388a0cf..e118288 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: