fix amount of purged objects shown in gotadmin cleanup's final progress report
[got-portable.git] / .cirrus.yml
blobb0c747371a4bc9c1e07365570782c7da544ea05f
1 got_linux_task:
2   container:
3     image: gcc:latest
4   before_build_script: .github/ci/before-install.sh
5   build:script: .github/ci/build.sh
7 got_freebsd_task:
8   freebsd_instance:
9     image_family: freebsd-13-0
10   before_build_script: .github/ci/before-install.sh
11   build:script: .github/ci/build.sh