This commit is contained in:
parent
c30ad89704
commit
70fc34414a
@ -28,22 +28,19 @@ pipeline:
|
||||
make_update:
|
||||
<<: *default
|
||||
commands:
|
||||
- pwd
|
||||
- cd gluon
|
||||
- make update
|
||||
|
||||
patch-iw-to-iw-full:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon/openwrt/package
|
||||
- grep -rl +iw kernel/mac80211/Makefile | xargs sed -i s/+iw/+iw-full/g
|
||||
- grep -r iw-full *
|
||||
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
|
||||
|
||||
build-${TARGET}:
|
||||
<<: *default
|
||||
commands:
|
||||
- cd gluon
|
||||
- make -j4 GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||
- make -j$(nproc) GLUON_BRANCH=${BRANCH} GLUON_RELEASE=$input_version-${BRANCH} GLUON_OUTPUTDIR=output/${BRANCH}
|
||||
|
||||
matrix:
|
||||
TARGET:
|
||||
|
Loading…
Reference in New Issue
Block a user