From 58b47f122dd9ff71b492b36bff95804e63e980bf Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 21 Jun 2018 15:03:49 +1000 Subject: [PATCH] gitlab CI: run ninja test too Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/62 Signed-off-by: Peter Hutterer --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b99fabd9..8edbf83d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -511,6 +511,14 @@ fedora:28@build-no-tests-nodeps: before_script: - dnf remove -y check-devel +fedora:28@build-run-tests: + <<: *fedora_28_template + <<: *default_build + variables: + FEDORA_VERSION: 28 + SKIP_LIBINPUT_TEST_SUITE_RUNNER: 1 + NINJA_ARGS: "test" + fedora:28@scan-build: <<: *fedora_28_template <<: *default_build