Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2018-04-25 16:41:56 +0300
committerBrendan Long <self@brendanlong.com>2018-04-25 16:48:35 +0300
commit407df2f7a4a755b4fbafc17652d9e63413b8a248 (patch)
treeb1f1e4646c9d8ac091063c1b1a57e5dc7c8cf1b4
parentccb7a52d67d9fe78f663cf6cc991ea51882f453e (diff)
Make ninja less parallel on CircleCI
We were getting errors where `cc` was getting killed, so hopefully this will help.
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index aa4bff04..81d84525 100644
--- a/circle.yml
+++ b/circle.yml
@@ -37,7 +37,7 @@ jobs:
command: meson builddir -DBAZQUX=ON -DFEEDHQ=ON
- run:
name: Build
- command: cd builddir && ninja
+ command: cd builddir && ninja -j4
- run:
name: Test
command: cd builddir && ninja test