diff options
| author | jvoisin | 2019-01-03 01:28:02 +0100 |
|---|---|---|
| committer | jvoisin | 2019-01-05 15:31:13 +0100 |
| commit | 1d737e54adc436bc44a10a951dd3dee6a684f0b8 (patch) | |
| tree | ef19aad2de195e330c01e3cc84edda510245b4a8 | |
| parent | df84a0fc60eb7d937b27a4ac540cb637a55972bf (diff) | |
Add ubuntu and a badge in the README
| -rw-r--r-- | .gitlab-ci.yml | 8 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 12 insertions, 0 deletions
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: | |||
| 16 | - dnf install -y php-devel gcc make | 16 | - dnf install -y php-devel gcc make |
| 17 | - make debug | 17 | - make debug |
| 18 | 18 | ||
| 19 | testsuite:ubuntu: | ||
| 20 | image: ubuntu | ||
| 21 | stage: testsuite | ||
| 22 | script: | ||
| 23 | - apt-get -qqy update | ||
| 24 | - DEBIAN_FRONTEND=noninteractive apt-get -qqy install --no-install-recommends php-dev gcc make | ||
| 25 | - make debug | ||
| 26 | |||
| 19 | #testsuite:alpine: | 27 | #testsuite:alpine: |
| 20 | # image: alpine | 28 | # image: alpine |
| 21 | # stage: testsuite | 29 | # stage: testsuite |
| @@ -14,6 +14,10 @@ | |||
| 14 | <img src="https://travis-ci.org/nbs-system/snuffleupagus.svg?branch=master" | 14 | <img src="https://travis-ci.org/nbs-system/snuffleupagus.svg?branch=master" |
| 15 | alt="Travis-ci"> | 15 | alt="Travis-ci"> |
| 16 | </a> | 16 | </a> |
| 17 | <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master"> | ||
| 18 | <img src="https://gitlab.com/jvoisin/snuffleupagus/badges/master/pipeline.svg" | ||
| 19 | alt="gitlab pipeline testing _all_ distributions" /> | ||
| 20 | </a> | ||
| 17 | <a href="https://scan.coverity.com/projects/nbs-system-snuffleupagus"> | 21 | <a href="https://scan.coverity.com/projects/nbs-system-snuffleupagus"> |
| 18 | <img src="https://scan.coverity.com/projects/13821/badge.svg?flat=1" | 22 | <img src="https://scan.coverity.com/projects/13821/badge.svg?flat=1" |
| 19 | alt="Coverity"> | 23 | alt="Coverity"> |
