summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 23:19:41 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-22 23:19:41 +0200
commitb52c6c2d8d7516446eec0567c40c4dd18210eb85 (patch)
tree0a4d1be8402f8d50af84f8ac62d02e75f672aa5f /azure-pipelines.yml
parent56f0f77890ce53b4eccc9d20db84dc06f7fbab30 (diff)
Add cgal and Eigen3
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 88144d55..d9cbf880 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -23,13 +23,15 @@ workspace:
clean: all
steps:
+- script: 'vcpkg install cgal eigen3:x64-windows'
+ displayName: vcpkg install dependencies
- task: UsePythonVersion@0
inputs:
versionSpec: '3.6'
architecture: 'x64'
-- script: python -m pip install --upgrade pip setuptools numpy matplotlib scipy Cython sphinx sphinxcontrib-bibtex
+- script: python -m pip install --upgrade pip setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex
displayName: 'Install tools'
- task: CMake@1