Skip to content
Snippets Groups Projects
Verified Commit 5f2e5c2e authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Updated container maker to v2 API.

parent 90472144
No related branches found
No related tags found
No related merge requests found
Subproject commit 4adc2e1845d38d05c1eefaf422ba431d90dc6002
Subproject commit 4464d94a92d0738c26478a6292b26d6df1bb3567
......@@ -10,13 +10,13 @@ build container images:
extends: .container-maker-setup
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- poetry run ogscm --build --ogs off
- poetry run ogscm compiler.py ogs.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr --tfel --ccache
--tag $CONTAINER_GCC_IMAGE --upload
- poetry run ogscm --build --ogs off
- poetry run ogscm compiler.py ogs.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr --gui --ccache
--tag $CONTAINER_GCC_GUI_IMAGE --upload
- poetry run ogscm --build --ogs off
- poetry run ogscm compiler.py ogs.py --build --ogs off
--compiler clang --compiler_version 9 --ccache
--tag $CONTAINER_CLANG_IMAGE --upload
......
......@@ -9,18 +9,18 @@ container:
- .container-maker-setup
script:
- >
poetry run ogscm -B -C -R --ogs ../..
poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain'
--pm system --cvode --ccache
--cmake_args ' -DBUILD_TESTING=OFF -DOGS_BUILD_UTILS=ON'
- >
poetry run ogscm -B -C -R --ogs ../..
poetry run ogscm compiler.py mpi.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain'
--pm system --cvode --ccache
--cmake_args ' -DBUILD_TESTING=OFF'
--ompi 4.0.5 --mpi_benchmarks
--base_image 'centos:8' --ompi 4.0.5 --mpi_benchmarks
- >
poetry run ogscm -B -C -R --ogs ../..
poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain'
--pm system --cvode --ccache
--cmake_args ' -DBUILD_TESTING=OFF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment