Skip to content

Commit 429a974

Browse files
jas4711Biswa96
authored andcommitted
CI: Update GitLab example.
Signed-off-by: Simon Josefsson <[email protected]>
1 parent 12275bc commit 429a974

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/docs/ci.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ see https://github.com/marketplace/actions/setup-msys2
4242
4343
## GitLab
4444
45-
GitLab offers [shared Windows runners](https://docs.gitlab.com/ee/ci/runners/saas/windows_saas_runner.html)
45+
GitLab offers [shared Windows runners](https://docs.gitlab.com/ee/ci/runners/hosted_runners/windows.html)
4646
with some [pre-installed software](https://gitlab.com/gitlab-org/ci-cd/shared-runners/images/gcp/windows-containers/blob/main/cookbooks/preinstalled-software/README.md)
4747
and you can build a project using the following `.gitlab-ci.yml`
4848
snippet, which illustrates how to build a regular autotools-based
@@ -52,7 +52,7 @@ for general reference on CI/CD in GitLab.
5252
```yaml
5353
Windows-MSYS2-UCRT64:
5454
# https://docs.gitlab.com/ee/ci/runners/saas/windows_saas_runner.html
55-
tags: [ shared-windows, windows-1809 ]
55+
tags: [ saas-windows-medium-amd64 ]
5656
script: # https://www.msys2.org/docs/ci/#gitlab
5757
- wget.exe -nv -O msys2.exe https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe
5858
- ./msys2.exe -y -oC:\
@@ -63,7 +63,7 @@ Windows-MSYS2-UCRT64:
6363
- C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu'
6464
- C:\msys64\usr\bin\bash -lc 'pacman --noconfirm -Syuu'
6565
- |
66-
C:\msys64\usr\bin\bash -lc '
66+
C:\msys64\usr\bin\bash -lcx '
6767
pacman --noconfirm -Syu git mingw-w64-ucrt-x86_64-autotools mingw-w64-ucrt-x86_64-gcc
6868
./bootstrap
6969
./configure

0 commit comments

Comments
 (0)