summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-10-25 15:34:03 +0200
committerHind-M <hind.montassif@gmail.com>2021-10-25 15:34:03 +0200
commit5db7ab2b55262a88c0ceecbb9c7ea004d9ed087e (patch)
tree7090f11f28261d5b733eb70f7b9657298144b8dd /azure-pipelines.yml
parentc9d6439fb9a6e65d7aa9f18bce675de65e901a0d (diff)
Enable WITH_GUDHI_REMOTE_TEST option for python target in CI platforms
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 6c194f2a..6e102b83 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -30,7 +30,7 @@ jobs:
source activate gudhi_build_env
mkdir build
cd build
- cmake -DCMAKE_BUILD_TYPE:STRING=$(cmakeBuildType) -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_UTILITIES=ON -DWITH_GUDHI_PYTHON=ON -DPython_ADDITIONAL_VERSIONS=3 ..
+ cmake -DCMAKE_BUILD_TYPE:STRING=$(cmakeBuildType) -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_UTILITIES=ON -DWITH_GUDHI_PYTHON=ON -DPython_ADDITIONAL_VERSIONS=3 -DWITH_GUDHI_REMOTE_TEST=ON ..
make -j 4
make doxygen
ctest -j 4 --output-on-failure # -E sphinx remove sphinx build as it fails