[glib-networking/wip/nacho/visual-studio] Build glib




commit a898b40fb6924536352f79eedcb54202a457c60e
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Thu Dec 24 10:58:30 2020 +0100

    Build glib

 .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..07d3baa 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 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
+pushd gvsbuild
+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]