From 1b9f83e1f5bf16f8ff94cc8f797fd537c3ac5ea4 Mon Sep 17 00:00:00 2001 From: acrovato <a.crovato@uliege.be> Date: Mon, 5 Oct 2020 15:13:07 +0200 Subject: [PATCH] Update ci --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 540391f..91322ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,9 @@ default: tags: - mn2l +variables: + GIT_CLONE_PATH: /builds/$CI_PROJECT_PATH/PF/fpm + stages: - .pre - build @@ -27,6 +30,9 @@ waves: - rm waves-master.tar.bz2 - mv waves-master waves - cd waves + - echo ${GIT_CLONE_PATH} + - echo ${CI_PROJECT_DIR}/../waves + - pwd - mkdir build - cd build - cmake -Wno-dev -C ../CMake/disable-trilinos.cmake .. -- GitLab