gluon-ci/.drone.yml

16 lines
375 B
YAML
Raw Normal View History

2019-08-15 16:18:38 +00:00
kind: pipeline
name: gluon-build
steps:
- name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder
commands:
2019-08-15 16:56:28 +00:00
- ls -alh
- cd site
- git checkout v2018.2.2-tdf
2019-08-15 16:18:38 +00:00
- 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