kind: pipeline type: docker name: debian steps: - name: test image: gcc commands: - ./build-deps.sh - autoreconf -i - ./configure - make