parent
aca41b527f
commit
3a6778422e
@ -21,30 +21,30 @@ clone:
|
||||
recursive: true
|
||||
|
||||
pipeline:
|
||||
site-multidomain:
|
||||
image: docker:git
|
||||
commands:
|
||||
- cd site
|
||||
- git checkout 2022.x-multidomain
|
||||
when:
|
||||
hostname: c02.fftdf.de
|
||||
|
||||
make_update:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make update
|
||||
|
||||
patch-iw-to-iw-full:
|
||||
<<: *default
|
||||
commands:
|
||||
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile
|
||||
|
||||
build-${TARGET}:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||
# site-multidomain:
|
||||
# image: docker:git
|
||||
# commands:
|
||||
# - cd site
|
||||
# - git checkout 2022.x-multidomain
|
||||
# when:
|
||||
# hostname: c02.fftdf.de
|
||||
#
|
||||
# make_update:
|
||||
# <<: *default
|
||||
# commands:
|
||||
# - cd gluon
|
||||
# - make update
|
||||
#
|
||||
# patch-iw-to-iw-full:
|
||||
# <<: *default
|
||||
# commands:
|
||||
# - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/mac80211/Makefile
|
||||
#
|
||||
# build-${TARGET}:
|
||||
# <<: *default
|
||||
# commands:
|
||||
# - cd gluon
|
||||
# - make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||
|
||||
show-images-${TARGET}:
|
||||
<<: *default
|
||||
@ -52,6 +52,7 @@ pipeline:
|
||||
- ls -alh
|
||||
- ls -alh output/
|
||||
- ls -alh gluon/output/
|
||||
- touch /test.test
|
||||
|
||||
matrix:
|
||||
TARGET:
|
||||
|
Loading…
Reference in New Issue
Block a user