From 5e325ebcb46081883eb698939e3543a4290a5411 Mon Sep 17 00:00:00 2001 From: Ycarus Date: Fri, 26 Jan 2018 09:52:14 +0100 Subject: [PATCH] Test another cicle.yml --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/circle.yml b/circle.yml index 25ad7a9c..ec12bbdb 100644 --- a/circle.yml +++ b/circle.yml @@ -18,6 +18,8 @@ dependencies: compile: override: + - make -C source package/{compile,install,index} -j$CPUS : + timeout: 7200 - make -C source target/install -j$CPUS : timeout: 7200