Skip to content

Commit

Permalink
Mon Jun 22 14:44:01 +09 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphop committed Jun 22, 2020
1 parent 9133f88 commit d33c675
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ before_install: sudo apt-get install pigz u-boot-tools
# test openwrt kernel
#script: cd scripts; sudo ./auto_openwrt_test
# test krescue kernel
script: scripts/auto_krescue
#script: TESTONLY=1 scripts/auto_krescue
script: TESTONLY= scripts/auto_krescue
5 changes: 5 additions & 0 deletions scripts/auto_krescue_amlrock
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ LAST=1 ./patch_

NOPOST=1 ./make_kernel_mainline_vimsX dtbs || echo "[w] ups...">&2

[ "$TESTONLY" ] && {
echo "[i] OK testonly mode"
exit 0
}

./make_kernel_mainline_vimsX

TAR=1 ./make_kernel_mainline_vimsX_modules

0 comments on commit d33c675

Please # to comment.