1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add image generation support

This commit is contained in:
Ycarus 2018-02-14 10:28:01 +01:00
parent 35737bb1bb
commit c545c98f10
2 changed files with 14 additions and 8 deletions

View file

@ -7,12 +7,12 @@ dependencies:
override:
- sudo apt-get update
- sudo apt-get install -yq build-essential git unzip ncurses-dev libz-dev libssl-dev python subversion gettext gawk wget curl rsync perl
- sh build.sh prepare {tools,toolchain}/install -j4 :
- sh build.sh prepare {tools,toolchain}/install -j2 :
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
timeout: 7200
- sh build.sh prepare {tools,toolchain}/install -j4 :
- sh build.sh prepare {tools,toolchain}/install -j2 :
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
@ -23,23 +23,23 @@ dependencies:
compile:
override:
- sh build.sh package/{compile,install,preconfig,index} -j4 :
- sh build.sh package/{compile,install,preconfig,index} -j2 :
timeout: 7200
environment:
OMR_TARGET: x86_64
OMR_KEEPBIN: yes
- make -C source target/install -j4 :
- make -C source target/install -j2 :
timeout: 7200
- sh build.sh package/{compile,install,preconfig,index} -j4 :
- sh build.sh package/{compile,install,preconfig,index} -j2 :
timeout: 7200
environment:
OMR_TARGET: rpi3
OMR_KEEPBIN: yes
- make -C source target/compile -j4 :
- make -C source target/compile -j2 :
timeout: 7200
- make -C source package/compile -j4 :
- make -C source package/compile -j2 :
timeout: 7200
- make -C source target/install -j4 :
- make -C source target/install -j2 :
timeout: 7200
test: