diff options
| -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"> |
