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

Update .gitlab-ci.yml file

parent 1e128443
No related branches found
No related tags found
No related merge requests found
Pipeline #33481 passed
......@@ -21,7 +21,7 @@ build-debug-tests:
stage: build.debug
script:
- cd ${DEBUG_DIR}
- cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -fsanitize=address -Wall -Wpedantic -pedantic-errors -Wextra --coverage" -DTADAH_ENABLE_OPENMP=ON -DTADAH_BUILD_TESTS=ON
- cmake .. -DCMAKE_CXX_FLAGS="-g -O1 -Wall -Wpedantic -pedantic-errors -Wextra --coverage" -DTADAH_ENABLE_OPENMP=ON -DTADAH_BUILD_TESTS=ON
- make -j ${CPU_BUILD}
- rm -rf _deps
- 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