1 cdf9da3e 2021-09-24 thomas got_linux_task:
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
7 c3835154 2022-04-16 thomas got_alpine_linux_task:
9 c3835154 2022-04-16 thomas image: alpine:latest
11 c3835154 2022-04-16 thomas - apk add build-base bison automake make autoconf libbsd-dev util-linux-dev libressl-dev zlib-dev ncurses-dev
12 c3835154 2022-04-16 thomas - .github/ci/build.sh
14 cdf9da3e 2021-09-24 thomas got_freebsd_task:
15 cdf9da3e 2021-09-24 thomas freebsd_instance:
16 cdf9da3e 2021-09-24 thomas image_family: freebsd-13-0
17 cdf9da3e 2021-09-24 thomas before_build_script: .github/ci/before-install.sh
18 cdf9da3e 2021-09-24 thomas build:script: .github/ci/build.sh
20 c0ec9f52 2022-02-26 thomas got_macos_task:
21 c0ec9f52 2022-02-26 thomas macos_instance:
22 c0ec9f52 2022-02-26 thomas image: monterey-xcode
23 c0ec9f52 2022-02-26 thomas before_build_script: .github/ci/before-install.sh
24 c0ec9f52 2022-02-26 thomas build:script: .github/ci/build.sh