GitLab CI: actually reference the default artifacts

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-07-09 11:13:03 +10:00
parent a2ac0f0889
commit 6a1f2e2ed2

View file

@ -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