mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
gitlab-ci: only run Windows job in branches called "windows
This commit is contained in:
parent
01bddc98f1
commit
5cebb839d4
1 changed files with 3 additions and 0 deletions
|
|
@ -509,9 +509,12 @@ Build documentation:
|
||||||
- docs/build/html/
|
- docs/build/html/
|
||||||
|
|
||||||
|
|
||||||
|
# this job will only run in branches called "windows" until the Windows port is complete
|
||||||
Windows:
|
Windows:
|
||||||
tags:
|
tags:
|
||||||
- windows
|
- windows
|
||||||
|
only:
|
||||||
|
- windows
|
||||||
script:
|
script:
|
||||||
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
- Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||||
- choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath"
|
- choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue