projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ac0f0
)
GitLab CI: actually reference the default artifacts
author
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 9 Jul 2018 01:13:03 +0000
(11:13 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Mon, 9 Jul 2018 01:14:14 +0000
(11:14 +1000)
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 bfaf008b9300587f91e4c1cd3fb87c33a78e2b8e..fe6f183d0a9c4b709fc26677bafb318a9654039e 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-20,6
+20,7
@@
variables:
- ./configure --disable-silent-rules
- make
- make check
+ <<: *default_artifacts
.default_build_distcheck: &default_build_distcheck
script:
@@
-28,6
+29,7
@@
variables:
- make
- make check
- make distcheck
+ <<: *default_artifacts
fedora:28:
image: fedora:28
@@
-116,3
+118,4
@@
centos:7:enable-gcov:
- make
- make check
- make distcheck
+ <<: *default_artifacts