1
0
Fork 0
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:
Ycarus 2018-01-26 19:57:19 +01:00
parent 72b3249637
commit 03293f0fab

View file

@ -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: