summaryrefslogtreecommitdiff
path: root/ci/ciimage/bionic/image.json
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2020-04-29 18:23:23 +0300
committerGitHub <noreply@github.com>2020-04-29 18:23:23 +0300
commit6e794c380ba2febe67f563c3388797b8b4482f82 (patch)
treeeacb4e6f629d7292d9e22825be10f915b3f9ca10 /ci/ciimage/bionic/image.json
parent1cf7f40e8542acf3b65ec18e1414edb65113fe42 (diff)
parenteefc7d450c7839db63df2d8a6e4bcc991205a058 (diff)
downloadmeson-6e794c380ba2febe67f563c3388797b8b4482f82.tar.gz
Merge pull request #6911 from mensinda/ciBionic
ci: Add Ubuntu Bionic image
Diffstat (limited to 'ci/ciimage/bionic/image.json')
-rw-r--r--ci/ciimage/bionic/image.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/ciimage/bionic/image.json b/ci/ciimage/bionic/image.json
new file mode 100644
index 000000000..6a3d7232e
--- /dev/null
+++ b/ci/ciimage/bionic/image.json
@@ -0,0 +1,8 @@
+{
+ "base_image": "ubuntu:bionic",
+ "env": {
+ "CI": "1",
+ "SKIP_SCIENTIFIC": "1",
+ "DC": "gdc"
+ }
+}