1
1
Fork 0
librttopo/.drone.yml

10 lines
211 B
YAML

# 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