Add .drone.yml
This commit is contained in:
parent
6ccc141b06
commit
b7e8c7cb5f
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: gcc
|
||||
commands:
|
||||
- rm config.h
|
||||
- make clean
|
Loading…
Reference in New Issue
Block a user