gluon-ci/.drone.yml
2019-08-15 21:16:03 +02:00

32 lines
633 B
YAML

kind: pipeline
name: gluon-build
clone:
depth: 50
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --init
- name: change site to tdf
image: docker:git
commands:
- cd site
- git checkout v2018.2-tdf
- name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder
commands:
- cd gluon
- make update
- make -j1 V=s
environment:
input_hood: tdf
input_version: v2018.2.2-1
GLUON_SITEDIR: /drone/src/site
GLUON_BRANCH: stable
GLUON_TARGET: ar71xx-generic
GLUON_RELEASE: $input_hood-$GLUON_BRANCH-$input_version
FORCE_UNSAFE_CONFIGURE: 1