summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-04 22:39:10 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-05-04 22:39:10 +0200
commit71d958891cc638b26541ca5cf6c569b43332d2b6 (patch)
tree8a0c16d60ed947e5a16064c1445016e81daac310 /azure-pipelines.yml
parentb880228fb423aeb3d662416fbb477d3ced100e08 (diff)
conda update and release cmake version
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 2fcff411..b3b0ea7f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -10,6 +10,7 @@ jobs:
matrix:
Python36:
python.version: '3.6'
+ CMakeBuildType: Release
#Python37:
# python.version: '3.7'
#Python38:
@@ -25,6 +26,7 @@ jobs:
- bash: |
source activate gudhi_build_env
sudo conda install --yes --quiet --name gudhi_build_env python=$PYTHON_VERSION
+ sudo conda update --yes --quiet -n base -c defaults conda
sudo conda install --yes -c conda-forge doxygen eigen boost-cpp=1.70.0 cgal-cpp>=5.0
python -m pip install --user -r .github/build-requirements.txt
python -m pip install --user -r .github/test-requirements.txt