Blame


1 d2508776 2024-06-10 op matrix:
2 d2508776 2024-06-10 op TELESCOPE_BASE_IMAGE:
3 5eaa3e6b 2024-10-22 op - ghcr.io/telescope-browser/tbi-alpine:latest
4 5eaa3e6b 2024-10-22 op - ghcr.io/telescope-browser/tbi-debian:latest
5 d2508776 2024-06-10 op
6 d2508776 2024-06-10 op when:
7 d2508776 2024-06-10 op - event: [tag, push, pull_request]
8 d2508776 2024-06-10 op
9 d2508776 2024-06-10 op steps:
10 d2508776 2024-06-10 op - name: build
11 d2508776 2024-06-10 op image: ${TELESCOPE_BASE_IMAGE}
12 d2508776 2024-06-10 op commands:
13 d2508776 2024-06-10 op - ./.github/ci/before-install.sh
14 d2508776 2024-06-10 op - ./autogen.sh
15 d2508776 2024-06-10 op - ./configure
16 d2508776 2024-06-10 op - make
17 d2508776 2024-06-10 op - make check