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

11 lines
133 B
YAML

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