diff --git a/scripts/ci/jobs/build-gui-win.yml b/scripts/ci/jobs/build-gui-win.yml index 9c69d72cb078bbb7097ee56598832eacb5cba015..a5f3088a5f0ecbc62b713c4cea4936f0f32f4d57 100644 --- a/scripts/ci/jobs/build-gui-win.yml +++ b/scripts/ci/jobs/build-gui-win.yml @@ -1,6 +1,5 @@ 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 diff --git a/scripts/ci/jobs/build-win.yml b/scripts/ci/jobs/build-win.yml index 1a2b931cb649cd56a62fd9843e6da7c79ab95136..d485cf93709d2f475222e1f76fff63e20748eeef 100644 --- a/scripts/ci/jobs/build-win.yml +++ b/scripts/ci/jobs/build-win.yml @@ -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: " " diff --git a/web/content/releases/_index.pandoc b/web/content/releases/_index.pandoc index 4029a4990f1fb163f865717366dcc95f700f1022..7b0bc9e9ee430c92731c2fcdbe4347daa7be49de 100644 --- a/web/content/releases/_index.pandoc +++ b/web/content/releases/_index.pandoc @@ -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"