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 /.gitlab-ci.yml | |
| parent | df84a0fc60eb7d937b27a4ac540cb637a55972bf (diff) | |
Add ubuntu and a badge in the README
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 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 |
