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

[ci] Added simple jupyter test.

parent 308baa8f
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ variables:
description: "CMake options"
dev images:
tags: ["envinf2-shell"]
tags: ["envinf23", "shell"]
stage: build
rules:
- if: $CI_COMMIT_TAG
......@@ -24,9 +24,11 @@ dev images:
when: never
- if: $CI_COMMIT_BRANCH == "main"
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- black --check ogscm
- poetry install
- poetry run ogscm compiler.py ogs.py -B --ogs off --cpu-target $CPU_TARGET
- poetry run ogscm compiler.py ogs.py ogs_jupyter.py -B -R --build_args ' --progress=plain' --cvode --ccache --cpmcache --mfront --cpu-target $CPU_TARGET --cmake_args ' -DOGS_CPU_ARCHITECTURE=OFF -DOGS_BUILD_TESTING=OFF -DOGS_BUILD_PROCESSES=SteadyStateDiffusion' --runtime_base_image 'registry.opengeosys.org/ogs/ogs/jupyter/base-notebook-ubuntu:22.04_3.10'
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