1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00
This commit is contained in:
Ycarus (Yannick Chabanois) 2020-03-04 11:27:14 +01:00 committed by GitHub
parent 9c2e288d4a
commit ee1625045c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)