From 37b06c126a6005f7124827f9d7088508266a8a50 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 17 Apr 2018 18:53:56 +0200 Subject: 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(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1