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