kind: pipeline type: docker name: default steps: - name: test image: silkeh/clang:latest commands: - clang hello.c -o hello - ./hello