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



commit 37b06c126a6005f7124827f9d7088508266a8a50
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 ffa4b559a..9d661ea57 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]