You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/docs/ci.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,36 @@ jobs:
40
40
For more details on the 'msys2/setup-msys2' action and all the available options
41
41
see https://github.com/marketplace/actions/setup-msys2
42
42
43
+
## GitLab
44
+
45
+
GitLab offers [shared Windows runners](https://docs.gitlab.com/ee/ci/runners/saas/windows_saas_runner.html)
46
+
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)
47
+
and you can build a project using the following `.gitlab-ci.yml`
48
+
snippet, which illustrates how to build a regular autotools-based
49
+
project. See [GitLab's CI/CD documentation](https://docs.gitlab.com/ee/topics/build_your_application.html)
0 commit comments