cpp_playground/.drone.yml

8 lines
117 B
YAML
Raw Normal View History

2022-09-25 22:14:42 +08:00
kind: pipeline
name: default
steps:
- name: test
image: gcc:latest
commands:
- gcc hello.c -o hello
- ./hello