support drone
This commit is contained in:
parent
dd10b5e7c5
commit
0245919d5a
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: gcc
|
||||||
|
image: gcc
|
||||||
|
commands:
|
||||||
|
- make
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- pull_request
|
||||||
|
- push
|
Loading…
Reference in New Issue
Block a user