From 3c0f3dc1a42ddd0b6af4b605f880d36664971bd0 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Tue, 11 Jun 2019 11:17:05 +0200 Subject: Let's try --- .appveyor.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index d3f44b32..ef1b4de9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -54,7 +54,6 @@ build_script: - cd build - cmake -G "Visual Studio 15 2017 Win64" %CMAKE_FLAGS% -DCMAKE_TOOLCHAIN_FILE=c:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake .. - if [%target%]==[Python] ( - ECHO %PYTHONPATH% & cd src/cython & python setup.py install ) else ( @@ -64,11 +63,9 @@ build_script: test_script: - cd build - if [%target%]==[Python] ( - dumpbin /dependents %PYTHON%\\Lib\\site-packages\\gudhi.cp37-win_amd64.pyd cd src/cython & - python -c "import sys; print(sys.path)" & python -c "import gudhi; print(gudhi.__version__)" & - ECHO MSBuild RUN_TESTS.vcxproj + MSBuild RUN_TESTS.vcxproj ) else ( ctest -j 1 -C Release -E diff_files ) \ No newline at end of file -- cgit v1.2.3