mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
test
This commit is contained in:
parent
9c2e288d4a
commit
ee1625045c
1 changed files with 1 additions and 7 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -27,13 +27,7 @@ jobs:
|
|||
git pull || true
|
||||
export OMR_FEED_URL="https://github.com/ysurac/openmptcprouter-feeds"
|
||||
export OMR_FEED_SRC="develop"
|
||||
pwd
|
||||
ls
|
||||
sh build.sh prepare {tools,toolchain}/install -j$(nproc)
|
||||
sh build.sh -j$(nproc)
|
||||
#echo -e "$OMR_PRIVKEY" > /home/runner/work/openmptcprouter-feeds/openmptcprouter-feeds/openmptcprouter/${{ env.OMR_TARGET }}/source/key-build
|
||||
#echo -e "$OMR_PUBKEY" > /home/runner/work/openmptcprouter-feeds/openmptcprouter-feeds/openmptcprouter/${{ env.OMR_TARGET }}/source/key-build.pub
|
||||
- name: Build
|
||||
env:
|
||||
OMR_TARGET: ${{matrix.OMR_TARGET}}
|
||||
run: sudo make IGNORE_ERRORS=m -C ./openmptcprouter/${{ env.OMR_TARGET }}/source package/{compile,install,index} target/install -j$(nproc)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue