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

Merge branch 'ci-win-python' into 'master'

[CI] Win python jobs

See merge request ogs/ogs!3066
parents 2e073285 576c9cac
No related branches found
No related tags found
No related merge requests found
build gui win:
extends: .template-build-win
stage: build
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- changes:
......@@ -17,3 +16,20 @@ build gui win:
-DOGS_BUILD_SWMM=ON
-DOGS_USE_NETCDF=ON
-DOGS_CI_TESTRUNNER_REPEAT=1
build gui win no python:
extends: .template-build-win
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- changes:
- Applications/DataExplorer/**/*
- when: manual
allow_failure: true
variables:
BUILD_DIR: build-gui-win-nopython
BUILD_TESTS: "false"
BUILD_CTEST: "false"
CMAKE_ARGS: >-
-DOGS_BUILD_GUI=ON
-DOGS_BUILD_SWMM=ON
-DOGS_USE_NETCDF=ON
......@@ -6,3 +6,15 @@ build win:
-DOGS_BUILD_UTILS=ON
-DOGS_CI_TESTRUNNER_REPEAT=1
-DOGS_USE_PYTHON=ON
build win no python:
extends: .template-build-win
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
- when: manual
allow_failure: true
variables:
BUILD_DIR: build-win-nopython
BUILD_TESTS: "false"
BUILD_CTEST: "false"
CMAKE_ARGS: " "
......@@ -15,6 +15,18 @@ url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/buil
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
[[head_downloads]]
name = "Latest Windows CLI with Utilities (without Python bindings)"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-win?job=build+win+no+python"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
[[head_downloads]]
name = "Latest Windows Data Explorer with Utilities (without Python bindings)"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/build-gui-win?job=build+gui+win+no+python"
note = "Download and unpack .zip-file"
icon = "fab fa-windows"
[[head_downloads]]
name = "Latest Singularity container CLI with Utilities"
url = "https://gitlab.opengeosys.org/ogs/ogs/-/jobs/artifacts/master/browse/_out/images?job=container"
......
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