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

[ci] Added no python Windows job.

parent e2ebd57c
No related branches found
No related tags found
No related merge requests found
......@@ -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: " "
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