[glib-networking/ci-windows] more fixups
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib-networking/ci-windows] more fixups
- Date: Thu, 2 Jan 2020 14:22:00 +0000 (UTC)
commit 8dbef7d992d521f5f3e1bd2a02d7de1f38cc4ed4
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Thu Jan 2 15:21:49 2020 +0100
more fixups
.gitlab-ci/test-msvc.bat | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/test-msvc.bat b/.gitlab-ci/test-msvc.bat
index 0bb4de0..fb2e112 100644
--- a/.gitlab-ci/test-msvc.bat
+++ b/.gitlab-ci/test-msvc.bat
@@ -20,10 +20,10 @@ set INCLUDE=%DEPS_DIR%\include;%DEPS_DIR%\include\glib-2.0;%INCLUDE%
:: FIXME: make warnings fatal
pip3 install --upgrade --user meson==0.52.0 || goto :error
-meson build || goto :error
+meson build -Dgnutls=disabled -Dopenssl=enabled || goto :error
ninja -C build || goto :error
-meson test -C build --timeout-multiplier --timeout-multiplier=10 || goto :error
+meson test -C build --timeout-multiplier=10 || goto :error
:: FIXME: can we get code coverage support?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]