From 38b4d1eb26302f536188f5d6323fa02a94c73c13 Mon Sep 17 00:00:00 2001 From: Geoffrey Merck Date: Sun, 2 Jan 2022 17:16:04 +0100 Subject: [PATCH] Add some parallel to cicrcle ci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7f005cf..4d5f364 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get install libcurl4-openssl-dev libboost-dev - run: name: "Build" - command: "make" + command: "make -J 3" # Invoke jobs via workflows # See: https://circleci.com/docs/2.0/configuration-reference/#workflows