Files
test_repo/.drone.yml
a1012112796 03b33a6610 Add main.c
Signed-off-by: a1012112796 <1012112796@qq.com>
2020-05-16 14:38:52 +08:00

19 lines
249 B
YAML

---
kind: pipeline
type: docker
name: build_linux_test
trigger:
event:
- pull_request
- push
steps:
- name: build_test
image: gcc
commands:
- echo "start test"
- gcc main.c -o test
- ./test