This commit is contained in:
Stefan Hoffmann 2019-08-15 19:54:38 +02:00
parent 9bf341af79
commit e4721c30da

View File

@ -9,22 +9,19 @@ steps:
image: docker:git image: docker:git
commands: commands:
- git submodule update --recursive --init - git submodule update --recursive --init
- cd gluon
- git branch - name: change site to tdf
- git checkout v2018.2.2 image: docker:git
- cd ../site commands:
- git branch - cd site
- git checkout v2018.2-tdf - git checkout v2018.2-tdf
- name: build-ar71xx-generic - name: build-ar71xx-generic
image: hoffmannhosting/gluon-builder image: hoffmannhosting/gluon-builder
commands: commands:
- ls -al - cd gluon
- cd site - make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version GLUON_SITEDIR=../site
- ls -alh
# - git checkout v2018.2-tdf
# - make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch_name-$input_version $gluon_options
environment: environment:
GOOS: linux branch: stable
GOARCH: amd64 input_hood: tdf
CGO_ENABLED: 0 input_version: v2018.2.2-1