This commit is contained in:
Stefan Hoffmann 2019-08-15 18:56:28 +02:00
parent 7b11042c00
commit 38b32e73d4
3 changed files with 7 additions and 11 deletions

View File

@ -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
View File

@ -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

@ -0,0 +1 @@
Subproject commit c56803aaf838adf055a3fa27264b91ac9d8c2607