diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-05-05 23:16:39 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-05-05 23:16:39 +0000 |
commit | d143f76568c6a51398ea1996ef69ca0036694783 (patch) | |
tree | da15f0f5791cea8a8a6e609956b3c17d986c9b52 /.gitlab-ci.yml | |
parent | ab725b4ba9ef57839b746efb88ac98dcc4d90708 (diff) | |
parent | f4dc24c3da682f2930f6f800e0baf26e3498a91c (diff) | |
download | gtk+-d143f76568c6a51398ea1996ef69ca0036694783.tar.gz |
Merge branch 'msvc-ci' into 'master'
ci: Add MSVC build
See merge request GNOME/gtk!3486
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59dc2e6fec..5ded2c02f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,6 +172,22 @@ macos: paths: - "${CI_PROJECT_DIR}/_build/meson-logs" +vs2017-x64: + extends: .only-default + # TODO: Uncomment this when ready to merge. + #only: + # - branches@GNOME/gtk + stage: build + tags: + - win32-ps + needs: [] + script: + - .gitlab-ci/test-msvc.bat + artifacts: + when: always + paths: + - "${CI_PROJECT_DIR}/_build/meson-logs" + .flatpak-defaults: image: $FLATPAK_IMAGE stage: flatpak |