summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-07-22 15:35:03 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2018-07-22 18:10:28 +0200
commitfc3b9c72841b00db7a594098fe7b3c245ffdb6c8 (patch)
treeeee49158a8fc2f53fedddb49b6f9132d0d70a753 /.gitlab-ci.yml
parente0d0bbec5bfc1ac91a51bf3ed386fa9aabacdae0 (diff)
downloadgobject-introspection-fc3b9c72841b00db7a594098fe7b3c245ffdb6c8.tar.gz
ci: add a msvc job
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b1b0c3cf..17759dd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -90,3 +90,15 @@ msys2-mingw32-python3:
name: "gi-_%CI_COMMIT_REF_NAME%"
paths:
- _build/meson-logs
+
+vs2017-x64-python3:
+ stage: build
+ tags:
+ - win32
+ script:
+ - .gitlab-ci/test-msvc.bat
+ artifacts:
+ when: on_failure
+ name: "gi-_%CI_COMMIT_REF_NAME%"
+ paths:
+ - _build/meson-logs