From 3594d92e24fced5d0192e92d4628a615200f1079 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 23 Jun 2020 15:49:52 +0200 Subject: Try to build on circle ci with only 1 cpu --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 40ddc08e..b04efd52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -61,7 +61,7 @@ jobs: cd build; cmake -DCMAKE_BUILD_TYPE=Release -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=ON -DPython_ADDITIONAL_VERSIONS=3 ..; cd python; - python3 setup.py build_ext -j 2 --inplace; + python3 setup.py build_ext --inplace; make sphinx; cp -R sphinx /tmp/sphinx; python3 setup.py install; -- cgit v1.2.3