test 6
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -121,7 +121,7 @@ jobs:
|
|||||||
- name: Update OpenWrt packages
|
- name: Update OpenWrt packages
|
||||||
run: |
|
run: |
|
||||||
cd $BUILD_ROOT
|
cd $BUILD_ROOT
|
||||||
./xupdate -f
|
./xupdate.sh -f
|
||||||
|
|
||||||
- name: Build the firmware image
|
- name: Build the firmware image
|
||||||
id: compile
|
id: compile
|
||||||
@@ -131,7 +131,7 @@ jobs:
|
|||||||
cd $BUILD_ROOT
|
cd $BUILD_ROOT
|
||||||
MAKE_JOBS=$(($(nproc)+1))
|
MAKE_JOBS=$(($(nproc)+1))
|
||||||
echo "$MAKE_JOBS thread compile"
|
echo "$MAKE_JOBS thread compile"
|
||||||
./xmake -m -t $TARGET
|
./xmake.sh -m -t $TARGET
|
||||||
#make -j $MAKE_JOBS download world || make V=sc
|
#make -j $MAKE_JOBS download world || make V=sc
|
||||||
echo "status=success" >> $GITHUB_OUTPUT
|
echo "status=success" >> $GITHUB_OUTPUT
|
||||||
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
|
grep '^CONFIG_TARGET.*DEVICE.*=y' .config | sed -r 's/.*DEVICE_(.*)=y/\1/' > DEVICE_NAME
|
||||||
|
|||||||
Reference in New Issue
Block a user