Skip to content

Commit

Permalink
fixup! use cmake presets in gitlab ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Jan 30, 2024
1 parent de4b1bd commit e996ec5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .gitlab/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@
script:
- mkdir -p ${CI_JOB_NAME} && cd ${CI_JOB_NAME}
- *environment_script
- |
apt update
apt install -y python3-pip python3-venv doxygen
python3 -m pip install pipx
pipx install pre-commit
export PATH=$HOME/.local/bin:$PATH
- |
cmake -S ${CI_PROJECT_DIR}${CI_PROJECT_DIR_SUFFIX} -B . \
-DGINKGO_BUILD_REFERENCE=ON -DGINKGO_BUILD_OMP=ON \
Expand All @@ -55,7 +49,7 @@
-DGINKGO_CHECK_CIRCULAR_DEPS=ON -DGINKGO_WITH_CCACHE=ON \
-DGINKGO_BUILD_PAPI_SDE=OFF -DGINKGO_BUILD_HWLOC=ON \
-DGINKGO_BUILD_TESTS=ON -DGINKGO_BUILD_EXAMPLES=ON \
-DGINKGO_BUILD_DOC=ON
-DGINKGO_BUILD_DOC=OFF
dependencies: []

.build_template:
Expand Down

0 comments on commit e996ec5

Please sign in to comment.