1
1
Fork 0

Add drone configuration

b1.0
Sandro Santilli 2016-07-18 12:35:15 +02:00
parent 6b90fda5bd
commit 0f1eada015
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
# See http://readme.drone.io/usage/overview
pipeline:
build:
image: docker.kbt.io/librttopo/build-test:debian-sid
commands:
- ./autogen.sh
- ./configure
- make
- make distcheck