From b52c6c2d8d7516446eec0567c40c4dd18210eb85 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Wed, 22 May 2019 23:19:41 +0200 Subject: Add cgal and Eigen3 --- azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'azure-pipelines.yml') 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 -- cgit v1.2.3