summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-01-22 10:56:44 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-01-22 10:56:44 +0100
commite4052a5a176ade4fbebfdd782e5f60caf080872d (patch)
tree27430b66aa4f07f487b7eeeaaccdae5f0cb4b858 /azure-pipelines.yml
parentacb4fe9736ebaa444fa654aacfccbb7112a9f3fe (diff)
parent0d4d99efd1ea1c594be14baca0bab714ed172607 (diff)
Merge master and resolve conflicts
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 14e195d2..6c194f2a 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -33,5 +33,5 @@ jobs:
cmake -DCMAKE_BUILD_TYPE:STRING=$(cmakeBuildType) -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_UTILITIES=ON -DWITH_GUDHI_PYTHON=ON -DPython_ADDITIONAL_VERSIONS=3 ..
make -j 4
make doxygen
- ctest -j 4 --output-on-failure -E sphinx # remove sphinx build as it fails
+ ctest -j 4 --output-on-failure # -E sphinx remove sphinx build as it fails
displayName: 'Build, test and documentation generation'