summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-03-11 16:16:50 -0300
committerGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>2019-03-11 16:16:50 -0300
commitdc50111829e3bf5dbff97ee91ad2471350a62dcc (patch)
tree7d47e4ef2a018bfff5cea68c91ccba2f77f78423 /.gitlab-ci.yml
parent7762c15277cd159e79c1251aa025cd0ed5737745 (diff)
downloadgnome-control-center-dc50111829e3bf5dbff97ee91ad2471350a62dcc.tar.gz
ci: Fix tests with tags
We need to run the tests, and when on tags, run 'ninja dist'. Just that.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c8664d7e..c09ad0cd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,16 +76,12 @@ test:
script:
- *environment_information
+ - *run_tests
- |
if [[ -n "${CI_COMMIT_TAG}" ]]; then
- *run_tests
-
echo "== Distro Test =="
ninja dist -C _build
- else
- echo "== Testing =="
- meson test -C _build --verbose --no-stdsplit
fi
except: