testing manifest generation
This commit is contained in:
parent
f2027439c3
commit
67ae941b89
@ -11,6 +11,7 @@ variables:
|
||||
- FORCE_UNSAFE_CONFIGURE=1
|
||||
- GLUON_TARGET=${TARGET}
|
||||
- GLUON_DEPRECATED=1
|
||||
- GLUON_AUTOUPDATER_BRANCH=next
|
||||
when:
|
||||
event: push
|
||||
branch: next
|
||||
@ -39,11 +40,11 @@ pipeline:
|
||||
commands:
|
||||
- sed -i 's/+iw /+iw-full /g' gluon/openwrt/package/kernel/mac80211/Makefile
|
||||
|
||||
build:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
|
||||
#build:
|
||||
# <<: *default
|
||||
# commands:
|
||||
# - cd gluon
|
||||
# - make -j$(nproc) GLUON_RELEASE=$input_version-${CI_COMMIT_BRANCH} GLUON_OUTPUTDIR=output/next
|
||||
|
||||
manifest:
|
||||
<<: *default
|
||||
|
Loading…
Reference in New Issue
Block a user