-
- Downloads
Set all cmake falges in only one file
The dune base image usually read all the options files in the /duneci/cmake-flags/ folder, but exactly because it reads every file the flags are set depending on the order of the filers. The easiest solution is to set all flags into only one file. Then last flags will have precedence.
parent
d5f9c6d9
No related branches found
No related tags found
Pipeline #33083 canceled
Stage: setup
Stage: build
Stage: unit_tests
Stage: system_tests
Stage: deploy
Stage: deploy_test
Showing
- .ci/system_tests.sh 4 additions, 4 deletions.ci/system_tests.sh
- .ci/unit_tests.sh 4 additions, 4 deletions.ci/unit_tests.sh
- .gitlab-ci.yml 6 additions, 5 deletions.gitlab-ci.yml
- Dockerfile 9 additions, 9 deletionsDockerfile
- cmake/modules/DuneCopasiCPack.cmake 2 additions, 0 deletionscmake/modules/DuneCopasiCPack.cmake
Please register or sign in to comment