添加 '.drone.yml'

This commit is contained in:
jiacai_wang 2022-03-29 23:17:31 +08:00
parent 2b3b64efc7
commit c3badbe3a5

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
kind: pipeline
name: default
steps:
- name: test
image: gcc:latest make:latest
commands:
- make