[glib-networking] .gitlab-ci.yml: Enable -Werror and use `meson test|install`



commit 80a8e56dfcafda9e91f22a5c95387ceb1c275919
Author: Nirbheek Chauhan <nirbheek centricular com>
Date:   Wed Feb 20 22:04:21 2019 +0530

    .gitlab-ci.yml: Enable -Werror and use `meson test|install`

 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10bd9f9..362d3d4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,11 @@ fedora-x86_64:
             -Dgnutls=enabled
             -Dlibproxy=enabled
             -Dgnome_proxy=enabled
+            -Dwerror=true
             build/
     - ninja -C build/
-    - ninja -C build/ test
-    - ninja -C build/ install
+    - meson test -v -C build/
+    - meson install -C build/
   artifacts:
     paths:
       - build/test-results


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