add drone pipeline

This commit is contained in:
jiacai 2022-09-25 22:14:42 +08:00
parent a2515e9c3d
commit df371f261f

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: test
image: gcc:latest
commands:
- gcc hello.c -o hello
- ./hello