gitlab-ci: only run Windows job in branches called "windows

This commit is contained in:
Hans-Christoph Steiner 2023-02-16 21:05:05 +01:00
parent 01bddc98f1
commit 5cebb839d4
1 changed files with 3 additions and 0 deletions

View File

@ -509,9 +509,12 @@ Build documentation:
- docs/build/html/
# this job will only run in branches called "windows" until the Windows port is complete
Windows:
tags:
- windows
only:
- windows
script:
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
- choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath"