Skip to content

Commit

Permalink
CI: fix gitlab CI cmake command (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
noraabiakar authored Jan 6, 2021
1 parent f2465de commit 73256fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/codecov/deploy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
1 change: 1 addition & 0 deletions ci/release/deploy.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 73256fc

Please sign in to comment.