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