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

[#78] change windows build job - customized git pull

parent cd353119
No related branches found
No related tags found
1 merge request!64Resolve "CI - Pipeline: Windows Builds crashen inkonsistent"
......@@ -39,13 +39,16 @@ build_win10_msvc:
tags:
- win10-msvc
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_STRATEGY: none
timeout: 10m
retry: 1
retry: 0
script:
- cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
- .\Launch-VsDevShell.ps1
- cd $CI_PROJECT_DIR
- cd C:\cached\vkcv-framework
- git pull
- git submodule init
- git submodule update
- mkdir debug
- cd 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