mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-04 08:21:06 +03:00
Merge branch 'windows' into 'master'
gitlab-ci: only run Windows job in branches called "windows See merge request fdroid/fdroidserver!1301
This commit is contained in:
commit
4de2e3cf04
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue