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

[ci] Build enroot images.

parent 66637c35
No related branches found
No related tags found
1 merge request!1Added enroot support.
...@@ -22,13 +22,14 @@ dev images: ...@@ -22,13 +22,14 @@ dev images:
script: script:
- black --check ogscm - black --check ogscm
- poetry install - poetry install
- poetry run ogscm compiler.py ogs.py -B -C --sif_file ubuntu-dev.sif --ogs off - poetry run ogscm compiler.py ogs.py -B -C --sif_file ubuntu-dev.sif -E --enroot_file ubuntu-dev.sqsh --ogs off
- poetry run ogscm compiler.py ogs.py -B -C --sif_file centos-dev.sif --base_image centos:8 --ogs off - poetry run ogscm compiler.py ogs.py -B -C --sif_file centos-dev.sif -E --enroot_file centos-dev.sqsh --base_image centos:8 --ogs off
artifacts: artifacts:
# example URL: # example URL:
# https://gitlab.opengeosys.org/ogs/container-maker/-/jobs/artifacts/master/raw/_out/images/ubuntu-dev.sif?job=dev+images # https://gitlab.opengeosys.org/ogs/container-maker/-/jobs/artifacts/master/raw/_out/images/ubuntu-dev.sif?job=dev+images
paths: paths:
- _out/images/*.sif - _out/images/*.sif
- _out/images/*.sqsh
release: release:
stage: release stage: release
......
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