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