GitLab CI: Add a retry to the Windows builds.

The Windows runners (Win32 in particular) sometimes time out during
tests. Add a retry.
This commit is contained in:
Gerald Combs 2021-07-25 14:59:35 -07:00 committed by Wireshark GitLab Utility
parent 436a9fabcb
commit 94d7b7846c
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ variables:
.build-windows:
stage: build
retry: 1
before_script:
- if (-Not (Test-Path C:\Development)) { New-Item -Path C:\Development -ItemType "directory" }
- $env:WIRESHARK_BASE_DIR = "C:\Development"