Add Dronen

This commit is contained in:
Stefan Hoffmann 2019-08-15 18:18:38 +02:00
parent 5c0491183b
commit a5a9430527

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
kind: pipeline
name: gluon-build
clone:
disable: true
clone:
depth: 50
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --remote
- name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder
commands:
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch_name-$input_version $gluon_options
environment:
GOOS: linux
GOARCH: amd64
CGO_ENABLED: 0