mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-13 03:41:54 +00:00
Fix build script
This commit is contained in:
parent
fba40e2397
commit
53e15e8937
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue