[glib-networking] msvc: build dependencies if the directory does not exist



commit 1aa90ea7c88769c735081f0f14727b570e307042
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Mon Dec 28 11:26:46 2020 +0100

    msvc: build dependencies if the directory does not exist
    
    Also point to the glib 2.67 branch for now

 .gitlab-ci/test-msvc.bat | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index d088c4b..285b5ee 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -11,11 +11,15 @@ set BUILD_DIR=c:\gnet
 :: so we just keep it cached in c:\gnet
 ::@RD /S /Q %BUILD_DIR%
 
-::git clone --depth 1 https://github.com/wingtk/gvsbuild.git || goto :error
+IF EXIST %BUILD_DIR% GOTO NOGVSBUILD
 
-::pushd gvsbuild
-::python.exe build.py --verbose --debug build -p x64 --vs-ver 15 --build-dir %BUILD_DIR% openssl glib || 
goto :error
-::popd
+git clone --depth 1 https://github.com/wingtk/gvsbuild.git -b wip/nacho/glib-2-67 || 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
+
+:NOGVSBUILD
 
 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]