summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJan Pazdziora <jpazdziora@redhat.com>2018-07-16 23:53:42 +0200
committerJan Pazdziora <jpazdziora@redhat.com>2018-07-17 00:01:50 +0200
commit02a147cf6bf9ec8c1b648e97307129333e84a051 (patch)
tree9360a238dd09059a9990a531e2c7aedc1440ea88 /.cirrus.yml
parent54b7e8664da55d0bdd68725b2a783888fda914fe (diff)
downloadmod_authnz_pam-02a147cf6bf9ec8c1b648e97307129333e84a051.tar.gz
mod_authnz_pam-02a147cf6bf9ec8c1b648e97307129333e84a051.tar.xz
mod_authnz_pam-02a147cf6bf9ec8c1b648e97307129333e84a051.zip
Test Require pam-account and AuthBasicProvider PAM in CI.
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 01c7994..d4bac4a 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,4 +5,7 @@ test_task:
image: registry.fedoraproject.org/fedora:latest
image: centos:centos7
image: centos:centos6
- test_script: tests/build.sh
+ build_script: tests/build.sh
+ config_script: tests/config.sh
+ run_httpd_background_script: /usr/sbin/httpd -DFOREGROUND
+ test_script: tests/run.sh