1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-02 06:11:10 +00:00
gophernicus/.drone.yml
2019-07-09 17:56:13 +10:00

18 lines
303 B
YAML

kind: pipeline
name: default
steps:
- name: build
image: ubuntu:18.04
commands:
- .drone/deps
- make
- make install
- name: debian
image: ubuntu:18.04
commands:
- .drone/deps
- apt-get -qq install debhelper git libwrap0-dev openbsd-inetd > /dev/null
- make deb
- dpkg -i ../*.deb