Skip to content
Snippets Groups Projects
Commit 83d72692 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'ci-python-container' into 'master'

[ci] Build serial container with Python support

Closes #3081

See merge request ogs/ogs!3381
parents 78411f17 41cc9457
No related branches found
No related tags found
No related merge requests found
Subproject commit e4dea7028f1969e9942b680b9eda951a8432e9a3 Subproject commit 14c402c729b0ee30e05ae59d3fcc57f5d6ea71c3
...@@ -5,6 +5,10 @@ container: ...@@ -5,6 +5,10 @@ container:
rules: rules:
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- changes:
- scripts/ci/jobs/container.yml
- when: manual
allow_failure: true
extends: extends:
- .container-maker-setup - .container-maker-setup
script: script:
...@@ -13,8 +17,8 @@ container: ...@@ -13,8 +17,8 @@ container:
poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../.. poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain' --build_args ' --progress=plain'
--pm system --cvode --ccache --pm system --cvode --ccache
--cmake_args ' -DBUILD_TESTING=OFF -DOGS_BUILD_UTILS=ON' --cmake_args ' -DBUILD_TESTING=OFF -DOGS_BUILD_UTILS=ON -DOGS_USE_PYTHON=ON'
--tag $CI_REGISTRY/ogs/$CI_PROJECT_NAME/ogs-serial --upload --tag $CI_REGISTRY/ogs/$CI_PROJECT_NAME/ogs-serial:latest --upload
- > - >
poetry run ogscm compiler.py mpi.py ogs.py -B -C -R --ogs ../.. poetry run ogscm compiler.py mpi.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain' --build_args ' --progress=plain'
......
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