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

[#47] add timeout and retry

parent 00c6cebc
No related branches found
No related tags found
1 merge request!36Resolve "Windows-Runner: Nicht reproduzierbares Verhalten seit Update"
Pipeline #25203 passed
......@@ -8,6 +8,8 @@ build_ubuntu_gcc:
- ubuntu-gcc
variables:
GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m
retry: 1
script:
- mkdir debug
- cd debug
......@@ -26,6 +28,8 @@ build_win10_msvc:
- win10-msvc
variables:
GIT_SUBMODULE_STRATEGY: recursive
timeout: 10m
retry: 1
script:
- cd 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\Tools\'
- .\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