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

[#78] add custom git checkout with cached files

parent c822c50d
No related branches found
No related tags found
1 merge request!64Resolve "CI - Pipeline: Windows Builds crashen inkonsistent"
...@@ -46,7 +46,9 @@ build_win10_msvc: ...@@ -46,7 +46,9 @@ build_win10_msvc:
- 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 C:\cached\vkcv-framework
- git pull - git fetch
- git checkout $CI_COMMIT_BRANCH
- git pull $CI_COMMIT_SHA
- git submodule init - git submodule init
- git submodule update - git submodule update
- mkdir debug - mkdir 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