|
1 | 1 | version: 2.0
|
2 | 2 | jobs:
|
3 |
| - |
4 |
| -### With all third parties |
| 3 | + ### With all third parties |
5 | 4 |
|
6 | 5 | examples:
|
7 | 6 | docker:
|
8 | 7 | # cf. https://github.com/GUDHI/gudhi-deploy/blob/main/Dockerfile_for_circleci_image
|
9 |
| - - image: gudhi/ci_for_gudhi:2024.06.02 |
| 8 | + - image: gudhi/ci_for_gudhi:2024.09.01 |
10 | 9 | steps:
|
11 | 10 | - checkout
|
12 | 11 | - run:
|
|
25 | 24 |
|
26 | 25 | tests:
|
27 | 26 | docker:
|
28 |
| - - image: gudhi/ci_for_gudhi:2024.06.02 |
| 27 | + - image: gudhi/ci_for_gudhi:2024.09.01 |
29 | 28 | steps:
|
30 | 29 | - checkout
|
31 | 30 | - run:
|
|
44 | 43 |
|
45 | 44 | debug_tests:
|
46 | 45 | docker:
|
47 |
| - - image: gudhi/ci_for_gudhi:2024.06.02 |
| 46 | + - image: gudhi/ci_for_gudhi:2024.09.01 |
48 | 47 | steps:
|
49 | 48 | - checkout
|
50 | 49 | - run:
|
|
63 | 62 |
|
64 | 63 | utils:
|
65 | 64 | docker:
|
66 |
| - - image: gudhi/ci_for_gudhi:2024.06.02 |
| 65 | + - image: gudhi/ci_for_gudhi:2024.09.01 |
67 | 66 | steps:
|
68 | 67 | - checkout
|
69 | 68 | - run:
|
|
82 | 81 |
|
83 | 82 | python:
|
84 | 83 | docker:
|
85 |
| - - image: gudhi/ci_for_gudhi:2024.06.02 |
| 84 | + - image: gudhi/ci_for_gudhi:2024.09.01 |
86 | 85 | resource_class: large # Delaunay complex requires about 5 Gb of RAM to compile
|
87 | 86 | steps:
|
88 | 87 | - checkout
|
|
94 | 93 | - run:
|
95 | 94 | name: Build and test python module. Generates and tests the python documentation
|
96 | 95 | command: |
|
97 |
| - pip3 install pydata-sphinx-theme |
98 | 96 | mkdir build
|
99 | 97 | cd build
|
100 | 98 | cmake -DWITH_GUDHI_THIRD_PARTY=OFF -DUSER_VERSION_DIR=version ..
|
@@ -167,8 +165,7 @@ jobs:
|
167 | 165 | latexmk -pdf -interaction=nonstopmode test_biblio.tex
|
168 | 166 | latexmk -pdf -interaction=nonstopmode test_gudhi_citation.tex
|
169 | 167 |
|
170 |
| -
|
171 |
| -### With all third parties, except CGAL and Eigen |
| 168 | + ### With all third parties, except CGAL and Eigen |
172 | 169 |
|
173 | 170 | examples_without_cgal_eigen:
|
174 | 171 | docker:
|
@@ -248,8 +245,7 @@ jobs:
|
248 | 245 | python3 setup.py build_ext --inplace
|
249 | 246 | ctest --output-on-failure
|
250 | 247 |
|
251 |
| -
|
252 |
| -### With all third parties, except CGAL |
| 248 | + ### With all third parties, except CGAL |
253 | 249 |
|
254 | 250 | examples_without_cgal:
|
255 | 251 | docker:
|
|
0 commit comments