gcc_drone/.drone.yml
2021-08-04 12:52:07 +08:00

11 lines
136 B
YAML

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