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