[gnome-control-center/wip/benzea/ci-network] ci: Do not run install for testing



commit 7d23a8beb3b767488ef0bea9253e0128476e0ec2
Author: Benjamin Berg <bberg redhat com>
Date:   Tue Apr 17 18:53:56 2018 +0200

    ci: Do not run install for testing
    
    There is no need to install g-c-c to run the tests, and in fact, we
    should ensure that this is the case as it simplifies testing for e.g.
    distributions.

 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26de26f3b..d7a50d86d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,6 @@ test:
   script:
     - meson . _build
     - ninja -C _build
-    - ninja -C _build install
     - meson test -C _build --verbose --no-stdsplit
 
 


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