Blame


1 ab0ebffe 2022-07-16 thomas #got_linux_task:
2 ab0ebffe 2022-07-16 thomas # container:
3 ab0ebffe 2022-07-16 thomas # image: gcc:latest
4 ab0ebffe 2022-07-16 thomas #before_build_script: .github/ci/before-install.sh
5 ab0ebffe 2022-07-16 thomas #build:script: .github/ci/build.sh
6 cdf9da3e 2021-09-24 thomas
7 8f000c9d 2022-07-11 thomas got_ubuntu_task:
8 8f000c9d 2022-07-11 thomas container:
9 8f000c9d 2022-07-11 thomas image: ubuntu:latest
10 8f000c9d 2022-07-11 thomas before_build_script: .github/ci/before-install.sh
11 8f000c9d 2022-07-11 thomas build:script: .github/ci/build.sh
12 8f000c9d 2022-07-11 thomas test_script: make install && make tests
13 8f000c9d 2022-07-11 thomas
14 c3835154 2022-04-16 thomas got_alpine_linux_task:
15 c3835154 2022-04-16 thomas container:
16 c3835154 2022-04-16 thomas image: alpine:latest
17 c3835154 2022-04-16 thomas script:
18 60595c94 2022-07-16 thomas - apk add libevent-dev git build-base bsd-compat-headers bison automake make autoconf libbsd-dev util-linux-dev libressl-dev zlib-dev ncurses-dev
19 c3835154 2022-04-16 thomas - .github/ci/build.sh
20 c3835154 2022-04-16 thomas
21 cdf9da3e 2021-09-24 thomas got_freebsd_task:
22 cdf9da3e 2021-09-24 thomas freebsd_instance:
23 2698e198 2024-01-31 thomas image_family: freebsd-13-2
24 cdf9da3e 2021-09-24 thomas before_build_script: .github/ci/before-install.sh
25 cdf9da3e 2021-09-24 thomas build:script: .github/ci/build.sh
26 c1233c7f 2022-07-11 thomas test_script: make install && make tests
27 c0ec9f52 2022-02-26 thomas
28 c0ec9f52 2022-02-26 thomas got_macos_task:
29 c0ec9f52 2022-02-26 thomas macos_instance:
30 900531f1 2022-11-21 thomas image: ghcr.io/cirruslabs/macos-ventura-base:latest
31 c0ec9f52 2022-02-26 thomas before_build_script: .github/ci/before-install.sh
32 c0ec9f52 2022-02-26 thomas build:script: .github/ci/build.sh