summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Saavedra <csaavedra@igalia.com>2018-08-10 15:08:40 +0000
committerClaudio Saavedra <csaavedra@igalia.com>2018-08-10 15:08:40 +0000
commit2484c07a0877f3b2af6028c89ae5ad4187602920 (patch)
tree343354fcb6678b4fc179e4166d26af96746af178
parentef48aa00fb20c76e3510bc93703e987966b43679 (diff)
downloadlibsoup-2484c07a0877f3b2af6028c89ae5ad4187602920.tar.gz
Add php dependency
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 708d3239..f37bbfc2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,7 @@
image: fedora:28
variables:
- ADDITIONAL_DEPENDENCIES: which gtk-doc libpsl-devel make httpd redhat-rpm-config
+ ADDITIONAL_DEPENDENCIES: which gtk-doc libpsl-devel make httpd php redhat-rpm-config
build_stable:
before_script:
@@ -11,4 +11,5 @@ build_stable:
- dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
script:
- ./autogen.sh
+ - make
- make check