From 4a572af654afc22e2f5c26766f611b1918313509 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 20 Aug 2020 08:15:19 +0200 Subject: Roll back - why cannot clean ? --- .circleci/config.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index 77fad2ee..eca9f91e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,15 +66,11 @@ jobs: cp -R sphinx /tmp/sphinx; python3 setup.py install; python3 setup.py clean --all; - python3 -B -m pytest ../../python/test/*.py --cov-report html --cov=gudhi; - cp -R htmlcov /tmp/htmlcov; + ctest -j 2 --output-on-failure; - store_artifacts: path: /tmp/sphinx - - store_artifacts: - path: /tmp/htmlcov - doxygen: docker: - image: gudhi/ci_for_gudhi:latest -- cgit v1.2.3