From a88bb925fa410e898a3970c3e4a3e7237536724f Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 5 Jan 2021 19:17:28 +0100 Subject: Add ArchLinux to the ci --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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: before_script: - apt update - DEBIAN_FRONTEND=noninteractive apt install -y php-dev + +testsuite:archlinux: + extends: .php7 + image: archlinux:latest + before_script: + - pacman --sync --refresh --noconfirm --quiet php wget autoconf gcc make + - wget https://pear.php.net/go-pear.phar + - php go-pear.phar -- cgit v1.3