Skip to content
Snippets Groups Projects
Commit 1680611b authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Modify .gitlab-ci.yml file - correct path to install directory

parent 13602173
No related branches found
No related tags found
No related merge requests found
Pipeline #1419696 failed
......@@ -10,7 +10,7 @@ before_script:
- set +e && source CI/setup_lcg.sh; set -e
variables:
CMAKE_BASE_ARGS: -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../install
CMAKE_BASE_ARGS: -GNinja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../install
GIT_SUBMODULE_STRATEGY: recursive
geomodelcore-build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment