summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6c6a90bc..3f294bc8 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,9 +24,7 @@ environment:
- target: Python
CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=ON
- PYTHON: "C:\\Python36"
- PYTHON_VERSION: 3.6
- PYTHON_ARCH: 64
+ PYTHON: "C:\Python36-x64"
cache:
@@ -35,12 +33,11 @@ cache:
init:
- echo %target%
- - ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%
install:
- vcpkg install tbb:x64-windows boost-disjoint-sets:x64-windows boost-serialization:x64-windows boost-date-time:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-units:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows cgal:x64-windows
- - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
+ - SET PATH=%PYTHON%;%path%
- python --version
- python -m pip install -U pip setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex