tinc/.drone.yml

13 lines
150 B
YAML
Raw Normal View History

2020-07-13 14:30:58 +00:00
kind: pipeline
type: docker
name: debian
steps:
- name: test
image: gcc
commands:
- ./build-deps.sh
- autoreconf -i
- ./configure
- make