cpp_playground/.drone.yml
2022-09-25 22:14:42 +08:00

8 lines
117 B
YAML

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