From 1d737e54adc436bc44a10a951dd3dee6a684f0b8 Mon Sep 17 00:00:00 2001
From: jvoisin
Date: Thu, 3 Jan 2019 01:28:02 +0100
Subject: Add ubuntu and a badge in the README
---
.gitlab-ci.yml | 8 ++++++++
README.md | 4 ++++
2 files changed, 12 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 72fd1ed..96f85d5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,6 +16,14 @@ testsuite:fedora:
- dnf install -y php-devel gcc make
- make debug
+testsuite:ubuntu:
+ image: ubuntu
+ stage: testsuite
+ script:
+ - apt-get -qqy update
+ - DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends php-dev gcc make
+ - make debug
+
#testsuite:alpine:
# image: alpine
# stage: testsuite
diff --git a/README.md b/README.md
index 899a289..346f0f8 100644
--- a/README.md
+++ b/README.md
@@ -14,6 +14,10 @@
+
+
+
--
cgit v1.3