projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9c28c
)
gitlab CI: run ninja test too
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 21 Jun 2018 05:03:49 +0000
(15:03 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 21 Jun 2018 05:46:07 +0000
(15:46 +1000)
Fixes https://gitlab.freedesktop.org/libinput/libinput/issues/62
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index b99fabd9b9f08e3dcb9d26991d460967dc9961b5..8edbf83d130dfc59abff5d8e46ec11cd9f9bf41e 100644
(file)
--- 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