summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: d4bac4ac12be0c135003c3b8680ac47d76f50d1a (plain)
1
2
3
4
5
6
7
8
9
10
11
test_task:
  container:
    matrix:
      image: registry.fedoraproject.org/fedora:rawhide
      image: registry.fedoraproject.org/fedora:latest
      image: centos:centos7
      image: centos:centos6
  build_script: tests/build.sh
  config_script: tests/config.sh
  run_httpd_background_script: /usr/sbin/httpd -DFOREGROUND
  test_script: tests/run.sh