Skip to content
Snippets Groups Projects
Commit 447a6bf3 authored by mkirsz's avatar mkirsz
Browse files

Update .gitlab-ci.yml file

parent 33597902
No related branches found
No related tags found
No related merge requests found
Pipeline #33952 failed
...@@ -27,7 +27,7 @@ build-tests: ...@@ -27,7 +27,7 @@ build-tests:
variables: variables:
GIT_CLEAN_FLAGS: -ffdx -e ${DEBUG_DIR} -e CORE -e MODELS -e MLIP -e LIBS -e HPO GIT_CLEAN_FLAGS: -ffdx -e ${DEBUG_DIR} -e CORE -e MODELS -e MLIP -e LIBS -e HPO
stage: build.debug stage: build.debug
needs: build-tests needs: [build-debug]
script: script:
- cd ${DEBUG_DIR} - cd ${DEBUG_DIR}
- cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -Wall -Wpedantic -pedantic-errors -Wextra --coverage" -DTADAH_ENABLE_OPENMP=ON -DTADAH_BUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} - cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -Wall -Wpedantic -pedantic-errors -Wextra --coverage" -DTADAH_ENABLE_OPENMP=ON -DTADAH_BUILD_TESTS=ON -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment