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