diff options
author | Phil Dawson <phil.dawson@codethink.co.uk> | 2018-06-29 13:43:54 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-08-12 00:40:57 +0000 |
commit | 0b8beb42c9a8e246b25c001347e34387a1543a34 (patch) | |
tree | f6646240f9eaa3aaba30fed432b02b42293d796a /.gitlab-ci.yml | |
parent | 881156481065b581f405c2a38025a37fd9ff2edd (diff) | |
download | buildstream-0b8beb42c9a8e246b25c001347e34387a1543a34.tar.gz |
.gitlab-ci-yml: Add ubuntu 18.04 test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fc22c5cef..0cfb433fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,6 +86,9 @@ tests-fedora-27: image: buildstream/testsuite-fedora:27-master-102-9067e269 <<: *linux-tests +tests-ubuntu-18.04: + image: buildstream/testsuite-ubuntu:18.04-master-112-a9f63c5e + <<: *linux-tests tests-unix: # Use fedora here, to a) run a test on fedora and b) ensure that we |