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

.gitlab-ci.yml

parent bcec6201
No related branches found
No related tags found
No related merge requests found
Pipeline #1421981 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:
......@@ -83,7 +83,7 @@ geant4-build:
- pwd; ls
- mkdir build ; cd build
- pwd ; cd ../../ ; ls
- cd GeoModelG4/build
- cd GeoModelG4/build
- echo "${CMAKE_ARGS}"
- cmake ${CMAKE_ARGS} ../
- cmake --build . -- -j$(nproc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment