kind: pipeline type: docker name: gcc steps: - name: build-test image: voidlinux/voidlinux commands: - xbps-install -Sy gcc make - make - ./run_all.sh