kind: pipeline name: default steps: - name: test image: gcc:latest commands: - ls -l - gcc hello.c -o hello - ./hello drone!