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

[ci] Simplified gui container.

parent d4bc283c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ container:
- if: '$CI_COMMIT_BRANCH == "master"'
- if: $CI_COMMIT_TAG
- changes:
- scripts/ci/jobs/container.yml
- scripts/ci/jobs/container.yml
- if: $CI_COMMIT_BRANCH =~ /^v[0-9]\.[0-9]\.[0-9]/
- when: manual
allow_failure: true
......@@ -28,16 +28,16 @@ container:
--cvode --ccache
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DOGS_BUILD_TESTING=OFF'
--base_image 'centos:8' --ompi 4.0.5 --mpi_benchmarks
- |
for sif in _out/images/*.sif; do
singularity exec $sif ogs --version
done
- >
poetry run ogscm compiler.py ogs.py -B -C -R --ogs ../..
--build_args ' --progress=plain'
--cvode --ccache
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DOGS_BUILD_TESTING=OFF'
--cmake_args ' -DOGS_CPU_ARCHITECTURE=sandybridge -DOGS_BUILD_CLI=OFF -DOGS_BUILD_UTILS=OFF -DOGS_BUILD_TESTING=OFF'
--gui
- |
for sif in _out/images/*.sif; do
singularity exec $sif ogs --version
done
artifacts:
name: container
paths:
......
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