KFERMercer / OpenWrt-CI

OpenWrt CI 在线集成自动编译环境
MIT License
1.41k stars 5.93k forks source link

需要加入OpenClash,看到有人发过Issures,但是不明白,具体应该放在openwrt-ci.yml这个文件的什么位置?还有luci-app-ssr-plus #64

Open jif739519 opened 4 years ago

jif739519 commented 4 years ago

问题1:openclash

name: 编译po2lmo run: | mkdir package/luci-app-openclash cd package/luci-app-openclash git init git remote add -f origin https://github.com/vernesong/OpenClash.git git config core.sparsecheckout true echo "luci-app-openclash" >> .git/info/sparse-checkout git pull origin master git branch --set-upstream-to=origin/master master pushd luci-app-openclash/tools/po2lmo make && sudo make install popd 后在下面的EOF回环里面加入 CONFIG_PACKAGE_luci-app-openclash=y 大佬,求帮助。 上面这些代码应该加在下面这个文件的什么位置? https://github.com/KFERMercer/OpenWrt-CI/blob/master/openwrt-ci.yml

问题2:luci-app-ssr-plus

coolsnowwolf / lede 现在好像取消了luci-app-ssr-plus

怎么搞出来?

AndroidDeals commented 4 years ago

ssr plus还存在的,L大源码里面有仓库地址,叫helloworld