From 3f8a7708a9e1ea2147c5c2ad474517b6963b7f29 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 25 Jan 2018 20:14:29 +0100 Subject: [PATCH] Back to previous circle.yml --- circle.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 7a1a6dad..25ad7a9c 100644 --- a/circle.yml +++ b/circle.yml @@ -8,11 +8,18 @@ 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 -j$CPUS : + timeout: 7200 + - sh build.sh package/{compile,install,index} -j$CPUS : + timeout: 7200 + cache_directories: + - "source" + - "feeds" compile: override: - - sh build.sh -j$CPUS : - timeout: 10800 + - make -C source target/install -j$CPUS : + timeout: 7200 test: override: