test
This commit is contained in:
parent
e19ff6f217
commit
d6861c2020
14
.drone.yml
14
.drone.yml
@ -8,16 +8,13 @@ steps:
|
|||||||
- name: submodules
|
- name: submodules
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
#- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- ls
|
|
||||||
|
|
||||||
- name: change site to tdf
|
- name: change site to tdf
|
||||||
image: docker:git
|
image: docker:git
|
||||||
commands:
|
commands:
|
||||||
- cd site
|
- cd site
|
||||||
# - git checkout v2018.2-tdf
|
- git checkout v2018.2-tdf
|
||||||
- mkdir fff
|
|
||||||
- whoami
|
|
||||||
|
|
||||||
- name: build-ar71xx-generic
|
- name: build-ar71xx-generic
|
||||||
image: hoffmannhosting/gluon-builder
|
image: hoffmannhosting/gluon-builder
|
||||||
@ -25,12 +22,9 @@ steps:
|
|||||||
- name: gluon
|
- name: gluon
|
||||||
path: /gluon
|
path: /gluon
|
||||||
commands:
|
commands:
|
||||||
- whoami
|
|
||||||
- cd /gluon
|
- cd /gluon
|
||||||
- mkdir gdsgklösjd
|
- make update GLUON_RELEASE=$input_hood-$branch-$input_version
|
||||||
- ls /drone/src/gluon
|
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version
|
||||||
- make update GLUON_RELEASE=$input_hood-$branch-$input_version -C /drone/src/gluon
|
|
||||||
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch-$input_version /drone/src/gluon
|
|
||||||
environment:
|
environment:
|
||||||
branch: stable
|
branch: stable
|
||||||
input_hood: tdf
|
input_hood: tdf
|
||||||
|
Loading…
Reference in New Issue
Block a user