[glib-networking/wip/nacho/windows-ci-glib-2.73.3] Enable windows CI




commit 650e34b0da4f8ba9113e1abb641f10f94dd0eb18
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Mon Aug 8 09:27:47 2022 +0200

    Enable windows CI

 .gitlab-ci.yml           | 25 ++++++++++++-------------
 .gitlab-ci/test-msvc.bat |  2 +-
 2 files changed, 13 insertions(+), 14 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c4e7bb07..7d6d62b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -121,16 +121,15 @@ fedora-x86_64-scan-build:
       - _build/meson-logs/scanbuild
     when: on_failure
 
-# FIXME: Windows CI needs GLib 2.73.3
-#vs2017-x64:
-#  stage: build
-#  except:
-#    - tags
-#  tags:
-#    - win32-ps
-#  script:
-#    - .gitlab-ci/test-msvc.bat
-#  artifacts:
-#    paths:
-#      - build/test-results
-#    when: on_failure
+vs2017-x64:
+  stage: build
+  except:
+    - tags
+  tags:
+    - win32-ps
+  script:
+    - .gitlab-ci/test-msvc.bat
+  artifacts:
+    paths:
+      - build/test-results
+    when: on_failure
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index 861cbc86..92392806 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -10,7 +10,7 @@ set BUILD_DIR=c:\gnet
 
 IF EXIST %BUILD_DIR% GOTO NOGVSBUILD
 
-git clone --depth 1 https://github.com/wingtk/gvsbuild.git || goto :error
+git clone --depth 1 https://github.com/wingtk/gvsbuild.git -b glib-2.73.3 || goto :error
 
 pushd gvsbuild
 python.exe build.py --verbose --debug build -p x64 --vs-ver 15 --build-dir %BUILD_DIR% openssl glib || goto 
:error


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]