summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-28 13:05:27 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-28 13:05:27 +0200
commitd2f5c92ab23a326f580ea12f8740f1e117691ee2 (patch)
treefe443d7c41f3ea169ec617153b5e564f6e6d92ce /.appveyor.yml
parentba4adc5711c540f5ec8de7fc863058e241ce84d2 (diff)
Let's fix Python only
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml28
1 files changed, 15 insertions, 13 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d664f9e5..5d8e6125 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -13,14 +13,17 @@ environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true
matrix:
- - target: Examples
- CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=OFF
-
- - target: UnitaryTests
- CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=OFF
-
- - target: Utilities
- CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=ON -DWITH_GUDHI_PYTHON=OFF
+# - target: Examples
+# CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=ON -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=OFF
+# PYTHON: "C:\\Python37-x64"
+#
+# - target: UnitaryTests
+# CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=ON -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=OFF
+# PYTHON: "C:\\Python37-x64"
+#
+# - target: Utilities
+# CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=ON -DWITH_GUDHI_PYTHON=OFF
+# PYTHON: "C:\\Python37-x64"
- target: Python
CMAKE_FLAGS: -DWITH_GUDHI_EXAMPLE=OFF -DWITH_GUDHI_TEST=OFF -DWITH_GUDHI_UTILITIES=OFF -DWITH_GUDHI_PYTHON=ON
@@ -37,11 +40,10 @@ init:
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
- - if [%target%]==[Python] (
- SET PATH="%PYTHON%;%PYTHON%\\Scripts;%PATH%" &
- python --version &
- pip version &
- pip install -U setuptools numpy matplotlib scipy Cython pytest )
+ - SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
+ - if [%target%]==[Python] ( python --version &
+ pip version &
+ pip install -U setuptools numpy matplotlib scipy Cython pytest )
build_script:
- mkdir build