Blame


1 b93c86aa 2024-06-06 thomas.ad telescope_ubuntu_task:
2 b93c86aa 2024-06-06 thomas.ad container:
3 b93c86aa 2024-06-06 thomas.ad image: ubuntu:latest
4 b93c86aa 2024-06-06 thomas.ad before_build_script: .github/ci/before-install.sh
5 b93c86aa 2024-06-06 thomas.ad build:script: .github/ci/build.sh
6 04358840 2024-06-06 thomas.ad test_script: make check
7 b93c86aa 2024-06-06 thomas.ad
8 b93c86aa 2024-06-06 thomas.ad telescope_alpine_linux_task:
9 b93c86aa 2024-06-06 thomas.ad container:
10 b93c86aa 2024-06-06 thomas.ad image: alpine:latest
11 d2508776 2024-06-10 op before_build_script: .github/ci/before-install.sh
12 d2508776 2024-06-10 op build:script: .github/ci/build.sh
13 d2508776 2024-06-10 op test_script: make check
14 b93c86aa 2024-06-06 thomas.ad
15 b93c86aa 2024-06-06 thomas.ad telescope_freebsd_task:
16 b93c86aa 2024-06-06 thomas.ad freebsd_instance:
17 7e8a3976 2025-03-28 op image_family: freebsd-14-2
18 b93c86aa 2024-06-06 thomas.ad before_build_script: .github/ci/before-install.sh
19 b93c86aa 2024-06-06 thomas.ad build:script: .github/ci/build.sh
20 04358840 2024-06-06 thomas.ad test_script: make check
21 b93c86aa 2024-06-06 thomas.ad
22 b93c86aa 2024-06-06 thomas.ad telescope_macos_task:
23 b93c86aa 2024-06-06 thomas.ad macos_instance:
24 b93c86aa 2024-06-06 thomas.ad image: ghcr.io/cirruslabs/macos-ventura-base:latest
25 b93c86aa 2024-06-06 thomas.ad before_build_script: .github/ci/before-install.sh
26 b93c86aa 2024-06-06 thomas.ad build:script: .github/ci/build.sh
27 04358840 2024-06-06 thomas.ad test_script: make check