Add a simple Drone build file to test and build
This commit is contained in:
parent
c84c80b5c7
commit
2c1acab3dc
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
workspace:
|
||||
base: /app
|
||||
path: .
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: python:3
|
||||
commands:
|
||||
- make test
|
||||
- make build
|
Loading…
Reference in New Issue
Block a user