From ffff6615fe8e444f735767757f669f268542336e Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 8 Aug 2019 17:41:00 +0200 Subject: try to debug windows bug --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 35acfda2..e2a0fd29 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -56,7 +56,7 @@ build_script: - if [%target%]==[Python] ( cd src/cython & python setup.py install & - python -c "import gudhi; print(gudhi.__version__)" + ctest -j 1 ) else ( MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 & ctest -j 1 -C Release -E diff_files -- cgit v1.2.3