From 23cb679018922731cd623051e375d98585379459 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Sat, 30 Jan 2021 12:28:29 +0100 Subject: [PATCH] corsika_DIR --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a2518c37..ac2702697 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ variables: ASAN_OPTIONS: "detect_leaks=0:detect_stack_use_after_return=1" # location of AirShowerPhysics/corsika-data CORSIKA_DATA: "${CI_PROJECT_DIR}/modules/data" # the git submodule + corsika_DIR: "${CI_PROJECT_DIR}/install" # for cmake to find corsikaConfig.cmake # _alternatively_ corsika-data can be downloaded as submodule: GIT_SUBMODULE_STRATEGY: normal # none: we get the submodules in before_script, # normal: get submodules automatically -- GitLab