mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Try to do RPI and x86_64 with CircleCI
This commit is contained in:
parent
72b3249637
commit
03293f0fab
1 changed files with 10 additions and 4 deletions
14
circle.yml
14
circle.yml
|
@ -7,11 +7,17 @@ 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
|
||||
|
||||
compile:
|
||||
override:
|
||||
- sh build.sh -j6 :
|
||||
- sh build.sh -j4 :
|
||||
timeout: 14400
|
||||
environment:
|
||||
OMR_TARGET: x86_64
|
||||
- sh build.sh -j4 :
|
||||
timeout: 14400
|
||||
environment:
|
||||
OMR_TARGET: rpi3
|
||||
cache_directoried:
|
||||
- "source"
|
||||
- "feeds"
|
||||
|
||||
test:
|
||||
override:
|
||||
|
|
Loading…
Reference in a new issue