Skip to content
Snippets Groups Projects
Verified Commit 92197d73 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#78] change to previous behaviour

parent 3f2676ff
No related branches found
No related tags found
1 merge request!64Resolve "CI - Pipeline: Windows Builds crashen inkonsistent"
...@@ -39,19 +39,14 @@ build_win10_msvc: ...@@ -39,19 +39,14 @@ build_win10_msvc:
tags: tags:
- win10-msvc-cached - win10-msvc-cached
variables: variables:
GIT_STRATEGY: none # GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m timeout: 10m
retry: 0 retry: 0
script: script:
- cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\' - cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
- .\Launch-VsDevShell.ps1 - .\Launch-VsDevShell.ps1
- cd C:\cached\vkcv-framework - cd $CI_PROJECT_DIR
- ls ~/.ssh/
- git fetch
- git checkout $CI_COMMIT_SHA
- git pull
- git submodule init
- git submodule update
- mkdir debug - mkdir debug
- cd debug - cd debug
- cmake -DCMAKE_BUILD_TYPE=Debug .. - cmake -DCMAKE_BUILD_TYPE=Debug ..
......
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