[gnome-control-center/gbsneto/better-ci: 1/2] ci: Run tests with meson



commit 7762c15277cd159e79c1251aa025cd0ed5737745
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Mar 11 16:16:11 2019 -0300

    ci: Run tests with meson
    
    So that we can run a more complete version of the
    tests.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e8747ba0c..8c8664d7e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ stages:
 
 .Run Tests: &run_tests
   echo "== Testing ==" &&
-  ninja -C _build test
+  meson test -C _build --verbose --no-stdsplit
 
 ##
 # Stage: Build


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