Skip to content
Snippets Groups Projects
Unverified Commit 73256fc3 authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

CI: fix gitlab CI cmake command (#1299)

parent f2465de5
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ RUN mkdir ${BUILD_DIR} && cd ${BUILD_DIR} && \
-DARB_WITH_PYTHON=OFF \
-DARB_WITH_MPI=ON \
-DARB_GPU=cuda \
-DARB_USE_BUNDLED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_CXX_FLAGS="-g -O0 -fprofile-arcs -ftest-coverage" \
-DCMAKE_EXE_LINKER_FLAGS="-fprofile-arcs -ftest-coverage" \
......
......@@ -26,6 +26,7 @@ RUN mkdir ${BUILD_DIR} && cd ${BUILD_DIR} && \
-DARB_WITH_PYTHON=OFF \
-DARB_WITH_MPI=ON \
-DARB_GPU=cuda \
-DARB_USE_BUNDLED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr && \
make -j$(nproc) tests && \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment