From 53e15e8937d2602734f42c201b3e8564287645f1 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Wed, 21 Feb 2018 22:00:13 +0100 Subject: [PATCH] Fix build script --- circle.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/circle.yml b/circle.yml index 4396d85c..fc891ecf 100644 --- a/circle.yml +++ b/circle.yml @@ -35,6 +35,10 @@ compile: override: - make -C x86_64/source target/install -j2 : 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 : timeout: 7200