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

[ci] Build cli on Windows on master.

parent 9de96dff
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,13 @@ build gui win:
extends: .template-build-win
rules:
- if: '$CI_COMMIT_BRANCH == "master"'
variables:
ADDITIONAL_CMAKE_ARGS: " -DOGS_BUILD_CLI=ON"
BUILD_TESTS: "false"
BUILD_CTEST: "false"
- if: $CI_COMMIT_BRANCH =~ /^v[0-9]\.[0-9]\.[0-9]/
- changes:
- Applications/DataExplorer/**/*
- Applications/DataExplorer/**/*
- when: manual
allow_failure: true
variables:
......@@ -12,6 +16,7 @@ build gui win:
CMAKE_ARGS: >-
-DOGS_$USE_PYTHON
-DOGS_CI_TESTRUNNER_REPEAT=1
$ADDITIONAL_CMAKE_ARGS
parallel:
matrix:
- USE_PYTHON: ["USE_PYTHON=ON", "USE_PYTHON=OFF"]
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