Blame


1 cdf9da3e 2021-09-24 thomas got_linux_task:
2 cdf9da3e 2021-09-24 thomas container:
3 cdf9da3e 2021-09-24 thomas image: gcc:latest
4 cdf9da3e 2021-09-24 thomas before_build_script: .github/ci/before-install.sh
5 cdf9da3e 2021-09-24 thomas build:script: .github/ci/build.sh
6 cdf9da3e 2021-09-24 thomas
7 cdf9da3e 2021-09-24 thomas got_freebsd_task:
8 cdf9da3e 2021-09-24 thomas freebsd_instance:
9 cdf9da3e 2021-09-24 thomas image_family: freebsd-13-0
10 cdf9da3e 2021-09-24 thomas before_build_script: .github/ci/before-install.sh
11 cdf9da3e 2021-09-24 thomas build:script: .github/ci/build.sh