Skip to content
Snippets Groups Projects
Commit 0b8bb895 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Re-enable windows tests

parent 06bda4c3
No related branches found
No related tags found
No related merge requests found
Pipeline #29166 failed
...@@ -81,12 +81,11 @@ windows-master: ...@@ -81,12 +81,11 @@ windows-master:
- master - master
stage: all stage: all
variables: variables:
CMAKE_ARGS: '-DWITH_OPTFLOW=TRUE -DBUILD_TESTS=FALSE' CMAKE_ARGS: '-DWITH_OPTFLOW=TRUE'
DEPLOY_DIR: 'C:/Shared/AutoDeploy' DEPLOY_DIR: 'C:/Shared/AutoDeploy'
tags: tags:
- win - win
script: script:
- *build-windows - *build-windows
- set PATH=%PATH%;C:/Shared/Deploy
# - set PATH=%PATH%;C:/Shared/Deploy - ctest --output-on-failure --timeout 60
# - ctest --output-on-failure --timeout 30
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