gluon-ci/.drone.yml
2019-08-15 18:18:38 +02:00

24 lines
462 B
YAML

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