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

ci: added ogs build

parent 01936492
Branches paper
No related tags found
1 merge request!2Draft: Paper
...@@ -27,6 +27,22 @@ build: ...@@ -27,6 +27,22 @@ build:
script: script:
- pyproject-build - pyproject-build
ogs:
tags: [shell, envinf]
script:
- >
ogscm compiler.py ogs.py
--ogs ogs/ogs@6.4.4
--cmake_args " -DOGS_BUILD_PROCESSES=SteadyStateDiffusion"
--cpmcache --ccache
-R -B
- >
ogscm compiler.py ogs.py
--ogs ogs/ogs@6.4.4
--cmake_args " -DOGS_BUILD_PROCESSES=SteadyStateDiffusion"
--cpmcache --ccache --pm off
-R -B
tests (arch): tests (arch):
tags: [shell, envinf] tags: [shell, envinf]
script: script:
......
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