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

[CI] Updated container-maker submodule.

parent 9c85c16a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
url = https://github.com/ufz/MFrontGenericInterfaceSupport.git
[submodule "ThirdParty/container-maker"]
path = ThirdParty/container-maker
url = https://github.com/ufz/ogs-container-maker.git
url = https://gitlab.opengeosys.org/ogs/container-maker.git
[submodule "ThirdParty/ogs6py"]
path = ThirdParty/ogs6py
url = https://github.com/joergbuchwald/ogs6py.git
......
Subproject commit 1260fd50f674c4c00ce719d97c5c2bad275f2765
Subproject commit e12696ff7cf4ee03d94e34f6b9d3615f43befeb9
......@@ -15,15 +15,15 @@ build container images:
script:
- docker login -u $OGS_CI_REGISTRY_USER -p $OGS_CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $CONTAINER_GCC_IMAGE:latest || true
- python ThirdParty/container-maker/ogscm/cli.py --build --gitlab
- python ThirdParty/container-maker/ogscm/cli.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr
--tag $CONTAINER_GCC_IMAGE --upload
- docker pull $CONTAINER_GCC_GUI_IMAGE:latest || true
- python ThirdParty/container-maker/ogscm/cli.py --build --gitlab
- python ThirdParty/container-maker/ogscm/cli.py --build --ogs off
--pm conan --cvode --cppcheck --docs --gcovr --gui
--tag $CONTAINER_GCC_GUI_IMAGE --upload
- docker pull $CONTAINER_CLANG_IMAGE:latest || true
- python ThirdParty/container-maker/ogscm/cli.py --build --gitlab
- python ThirdParty/container-maker/ogscm/cli.py --build --ogs off
--base_image ubuntu:18.04 --compiler clang --compiler_version 9
--tag $CONTAINER_CLANG_IMAGE --upload
......
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