diff options
| author | jvoisin | 2021-01-05 18:26:24 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-05 19:00:13 +0100 |
| commit | 8ce3a93137689fa7e5496981f44a0ecd763e1a99 (patch) | |
| tree | de2231e40336cafdd27d47addaf5513dd6ceb8c1 | |
| parent | 09e0eaded474eec77ec8faa93da5461ec769fa80 (diff) | |
Add fedora to the ci
| -rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90cfd00..8d21443 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -51,3 +51,9 @@ testsuite:debian: | |||
| 51 | before_script: | 51 | before_script: |
| 52 | - apt update | 52 | - apt update |
| 53 | - apt install -y php-dev | 53 | - apt install -y php-dev |
| 54 | |||
| 55 | testsuite:fedora: | ||
| 56 | extends: .php7 | ||
| 57 | image: fedora:latest | ||
| 58 | before_script: | ||
| 59 | - dnf install -y php-devel php-pear make | ||
