summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-04-17 18:53:56 +0200
committerBenjamin Berg <bberg@redhat.com>2018-04-23 15:30:46 +0200
commit96cec6f6f31a4bcd68c228134c38af141e375841 (patch)
tree05013f3c437655bc8359cd97b484730946f46ae5
parentc32c9ddc48d8f75e36cec4c58d30e8cfb60a8ec5 (diff)
downloadgnome-control-center-wip/benzea/ci-network.tar.gz
ci: Do not run install for testingwip/benzea/ci-network
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.
-rw-r--r--.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
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