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

Update .gitlab-ci.yml file

parent 3e4963e1
No related branches found
No related tags found
No related merge requests found
Pipeline #33379 canceled
...@@ -21,8 +21,7 @@ build-debug-tests: ...@@ -21,8 +21,7 @@ build-debug-tests:
stage: build.debug stage: build.debug
script: script:
- cd ${DEBUG_DIR} - cd ${DEBUG_DIR}
- cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -fsanitize=address -Wall -Wpedantic -pedantic-errors -Wextra - cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -fsanitize=address -Wall -Wpedantic -pedantic-errors -Wextra --coverage -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} -DTADAH_ENABLE_OPENMP=ON -DTADAH_BUILD_TESTS=ON"
--coverage -DCMAKE_INSTALL_PREFIX=${INSTALL_PATH} -DTADAH_ENABLE_OPENMP=ON -DTADAH_BUILD_TESTS=ON"
- make -j ${CPU_BUILD} - make -j ${CPU_BUILD}
- rm -rf _deps - rm -rf _deps
- find . -name "*.a" -exec rm {} + - find . -name "*.a" -exec rm {} +
......
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