diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c4dedfb3c1b942dbb41599a9de26375dad799305..139d53aad7ec1838475e34954df21927d3fd0fd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,22 @@ build: script: - 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): tags: [shell, envinf] script: