Skip to content

Commit

Permalink
Update build-padavan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin0607 authored Feb 25, 2020
1 parent ee030be commit 1d49155
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-padavan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ on:
# - master
# schedule:
# - cron: 0 8 * * 5
# watch:
# types: [started]
watch:
types: [started]

jobs:
build:
runs-on: ubuntu-18.04
if: github.event.repository.owner.id == github.event.sender.id

steps:
- name: Checkout
Expand Down Expand Up @@ -81,6 +82,8 @@ jobs:
echo "CONFIG_FIRMWARE_INCLUDE_KOOLPROXY=y" >> .config #KP广告过滤
echo "CONFIG_FIRMWARE_INCLUDE_CADDY=y" >> .config #在线文件管理服务
echo "CONFIG_FIRMWARE_INCLUDE_CADDYBIN=n" >> .config #集成caddu执行文件,此文件有13M,请注意固件大小。如果不集成,会从网上下载下来执行,不影响正常使用
echo "CONFIG_FIRMWARE_INCLUDE_KUMASOCKS=y" >> .config
echo "CONFIG_FIRMWARE_INCLUDE_ADGUARDHOME=y" >> .config
#########################################################################################
#自定义添加其它功能请参考源码configs/templates/目录下的config文件。按照上面的格式添加即可
#格式如下:
Expand Down

0 comments on commit 1d49155

Please sign in to comment.