summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 23:45:55 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 23:45:55 +0200
commit98b36e59d53c92e4e857dab4d8957b7b2ec38895 (patch)
treee3495b753d5a3e4e7817ceb253a2937789f68f52 /.appveyor.yml
parent21ddbbfdcda0e972430c860e3e7dffac7eb1e667 (diff)
Fix Python version
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index fe9c7a8e..6c6a90bc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,6 +24,10 @@ 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
+
cache:
- c:\Tools\vcpkg\installed
@@ -31,10 +35,14 @@ 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
- - pip install -U setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex
+ - set PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
+ - python --version
+ - python -m pip install -U pip setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex
build_script:
- mkdir build