Blob


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