[glib-networking/wip/tingping/pkcs11-win32] ci: Update win32 dependencies




commit 481e91ba56f0b17e030950d211d0ebf03d4ba007
Author: Patrick Griffis <tingping tingping se>
Date:   Thu Dec 3 12:15:20 2020 -0600

    ci: Update win32 dependencies

 .gitlab-ci/test-msvc.bat | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index d088c4b..eaf5aae 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -9,13 +9,13 @@ set BUILD_DIR=c:\gnet
 :: NOTE: uncomment this in a branch in order to update the depenencies. We do not
 :: build it each time to avoid spending so much of time building openssl and glib
 :: so we just keep it cached in c:\gnet
-::@RD /S /Q %BUILD_DIR%
+@RD /S /Q %BUILD_DIR%
 
-::git clone --depth 1 https://github.com/wingtk/gvsbuild.git || goto :error
+git clone --depth 1 --branch=glib-2-67 https://github.com/TingPing/gtk-win32.git || goto :error
 
-::pushd gvsbuild
-::python.exe build.py --verbose --debug build -p x64 --vs-ver 15 --build-dir %BUILD_DIR% openssl glib || 
goto :error
-::popd
+pushd gtk-win32
+python.exe build.py --verbose --debug build -p x64 --vs-ver 15 --build-dir %BUILD_DIR% openssl glib || goto 
:error
+popd
 
 set DEPS_DIR=%BUILD_DIR%\gtk\x64\release
 set PATH=%DEPS_DIR%\bin;%PATH%


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