diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 318f3e931e557421a5e9275735174cdee7947453..823d0e7c5bd612b54275f8368fbc55093d1405a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 ..