1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-13 11:51:54 +00:00

Fix build script

This commit is contained in:
Ycarus 2018-02-21 22:00:13 +01:00
parent fba40e2397
commit 53e15e8937

View file

@ -35,6 +35,10 @@ compile:
override: override:
- make -C x86_64/source target/install -j2 : - make -C x86_64/source target/install -j2 :
timeout: 7200 timeout: 7200
- make -C rpi3/source target/compile -j2 :
timeout: 7200
- make -C rpi3/source package/compile -j2 :
timeout: 7200
- make -C rpi3/source target/install -j2 : - make -C rpi3/source target/install -j2 :
timeout: 7200 timeout: 7200