Add Dronen
This commit is contained in:
parent
5c0491183b
commit
a5a9430527
23
.drone.yml
Normal file
23
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user