diff options
| author | jvoisin | 2021-01-05 19:17:28 +0100 |
|---|---|---|
| committer | jvoisin | 2021-01-05 19:43:21 +0100 |
| commit | a88bb925fa410e898a3970c3e4a3e7237536724f (patch) | |
| tree | 0ddff8f5ba609192aa99153041173643e346673f | |
| parent | 93cdfaeb3ffbe34d62d8e864acacbbc7f653087b (diff) | |
Add ArchLinux to the ci
| -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 95a6eb4..731e89f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -64,3 +64,11 @@ testsuite:ubuntu: | |||
| 64 | before_script: | 64 | before_script: |
| 65 | - apt update | 65 | - apt update |
| 66 | - DEBIAN_FRONTEND=noninteractive apt install -y php-dev | 66 | - DEBIAN_FRONTEND=noninteractive apt install -y php-dev |
| 67 | |||
| 68 | testsuite:archlinux: | ||
| 69 | extends: .php7 | ||
| 70 | image: archlinux:latest | ||
| 71 | before_script: | ||
| 72 | - pacman --sync --refresh --noconfirm --quiet php wget autoconf gcc make | ||
| 73 | - wget https://pear.php.net/go-pear.phar | ||
| 74 | - php go-pear.phar | ||
