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-02-22 13:03:19 +01:00 committed by GitHub
parent 6f7840c0a3
commit ed14b5f28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
OMR_TARGET: ['x86_64']
OMR_TARGET: ['x86_64','x86']
steps:
- name: Prepare
@ -31,5 +31,7 @@ jobs:
#echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/${{ env.OMR_TARGET }}/source/key-build
#echo -e "$OMR_PUBKEY" > ~/openmptcprouter/${{ env.OMR_TARGET }}/source/key-build.pub
- name: Build
env:
OMR_TARGET: ${{matrix.OMR_TARGET}}
run: make IGNORE_ERRORS=m -C ~/openmptcprouter/${{ env.OMR_TARGET }}/source package/{compile,install,index} target/install -j6