diff --git a/scripts/ci/jobs/container.yml b/scripts/ci/jobs/container.yml index 134c0dc1a5fc250861453455113e9a29ad603c95..e40e525d390e965b344fa62da6d3ecd2a12f36da 100644 --- a/scripts/ci/jobs/container.yml +++ b/scripts/ci/jobs/container.yml @@ -8,8 +8,17 @@ container: extends: - .container-maker-setup script: - - python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . --pm system --cvode --build_args ' --progress=plain' - - python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . --pm system --cvode --ompi 4.0.4 --base_image centos:8 --build_args ' --progress=plain' + - > + python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . + --build_args ' --progress=plain' + --pm system --cvode --ccache + --cmake_args ' -DBUILD_TESTING=OFF' + - > + python ThirdParty/container-maker/ogscm/cli.py -B -C -R --ogs . + --build_args '--progress=plain' + --pm system --cvode --ccache + --cmake_args ' -DBUILD_TESTING=OFF' + --ompi 4.0.4 --base_image centos:8 artifacts: name: container paths: