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

[#78] add custom git checkout with cached files

parent 72e107d2
No related branches found
No related tags found
No related merge requests found
Pipeline #25711 failed
......@@ -46,7 +46,9 @@ build_win10_msvc:
- cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
- .\Launch-VsDevShell.ps1
- cd C:\cached\vkcv-framework
- git pull
- git fetch
- git checkout $CI_COMMIT_BRANCH
- git pull $CI_COMMIT_SHA
- git submodule init
- git submodule update
- mkdir debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment