summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-07-09 11:13:03 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-07-09 11:14:14 +1000
commit6a1f2e2ed27ba5f1e7ad0f76234a6312e577b1b1 (patch)
tree06f1c0523ae5f5ecbafff082ea42480bbe34670e /.gitlab-ci.yml
parenta2ac0f08895683d6508c2a8d8afc8f576947d55a (diff)
downloadlibevdev-6a1f2e2ed27ba5f1e7ad0f76234a6312e577b1b1.tar.gz
GitLab CI: actually reference the default artifacts
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bfaf008..fe6f183 100644
--- 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