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

[ci] Serial container includes mfront support.

parent 935d5e74
No related branches found
No related tags found
No related merge requests found
Subproject commit a7e952f1bf9b9950c1808c098a91bb65d46db2e4 Subproject commit a3ab772441c3e2574474603129f956bce096414e
...@@ -12,7 +12,7 @@ build container images: ...@@ -12,7 +12,7 @@ build container images:
script: script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- poetry run ogscm compiler.py ogs.py --build --ogs off - poetry run ogscm compiler.py ogs.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr --tfel --ccache --pm system --cvode --cppcheck --docs --gcovr --mfront --ccache
--tag $CONTAINER_GCC_IMAGE --upload --tag $CONTAINER_GCC_IMAGE --upload
- poetry run ogscm compiler.py ogs.py --build --ogs off - poetry run ogscm compiler.py ogs.py --build --ogs off
--pm system --cvode --cppcheck --docs --gcovr --gui --ccache --pm system --cvode --cppcheck --docs --gcovr --gui --ccache
......
...@@ -19,7 +19,7 @@ container: ...@@ -19,7 +19,7 @@ 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 --mfront
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DBUILD_TESTING=OFF' --cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DBUILD_TESTING=OFF'
$DOCKER_TAG $DOCKER_TAG
- > - >
......
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