Update
This commit is contained in:
parent
7b11042c00
commit
38b32e73d4
14
.drone.yml
14
.drone.yml
@ -1,21 +1,13 @@
|
||||
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:
|
||||
- ls -alh
|
||||
- cd site
|
||||
- git checkout v2018.2.2-tdf
|
||||
- make -j5 GLUON_BRANCH=$branch GLUON_TARGET=ar71xx-generic GLUON_RELEASE=$input_hood-$branch_name-$input_version $gluon_options
|
||||
environment:
|
||||
GOOS: linux
|
||||
|
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
||||
[submodule "gluon"]
|
||||
path = gluon
|
||||
url = https://github.com/freifunk-gluon/gluon.git
|
||||
[submodule "site"]
|
||||
path = site
|
||||
url = https://github.com/Freifunk-Troisdorf/site.git
|
||||
|
1
site
Submodule
1
site
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c56803aaf838adf055a3fa27264b91ac9d8c2607
|
Loading…
Reference in New Issue
Block a user