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

[#50] add before script and enable shallow clone

parent 57378852
No related branches found
No related tags found
1 merge request!39Resolve "Job Failed #80498"
...@@ -2,7 +2,7 @@ variables: ...@@ -2,7 +2,7 @@ variables:
RUN: RUN:
value: "all" value: "all"
description: "The tests that should run. Possible values: ubuntu, win, all." description: "The tests that should run. Possible values: ubuntu, win, all."
GIT_DEPTH: 10 GIT_DEPTH: 1
stages: stages:
- build - build
...@@ -19,6 +19,8 @@ build_ubuntu_gcc: ...@@ -19,6 +19,8 @@ build_ubuntu_gcc:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m timeout: 10m
retry: 1 retry: 1
before_script:
- git lfs install
script: script:
- mkdir debug - mkdir debug
- cd debug - cd debug
...@@ -42,6 +44,8 @@ build_win10_msvc: ...@@ -42,6 +44,8 @@ build_win10_msvc:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m timeout: 10m
retry: 1 retry: 1
before_script:
- git lfs install
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
......
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