Blob
1 matrix:2 TELESCOPE_BASE_IMAGE:3 - ghcr.io/telescope-browser/tbi-alpine:latest4 - ghcr.io/telescope-browser/tbi-debian:latest6 when:7 - event: [tag, push, pull_request]9 steps:10 - name: build11 image: ${TELESCOPE_BASE_IMAGE}12 commands:13 - ./.github/ci/before-install.sh14 - ./autogen.sh15 - ./configure16 - make17 - make check