From 2920a840c3547736cc64d7b6971094de85bb6581 Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Tue, 21 Apr 2015 06:49:19 +0200 Subject: [PATCH] turn off tests in appveyor since they do not have time to run anyway --- appveyor.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6f6bff9e0..a24d731cf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,16 +38,15 @@ build: # scripts to run before build before_build: - echo Running cmake... - - dir c:\Libraries\boost - - dir c:\Libraries\boost\lib64-msvc-12.0 - cd c:\projects\RDKit - mkdir c:\projects\RDKit\build - cd c:\projects\RDKit\build - cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=%P% -DRDK_BUILD_PYTHON_WRAPPERS=OFF -DRDK_BUILD_SWIG_WRAPPERS=OFF -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" .. -test_script: - - cd c:\projects\RDKit\build - - ctest +## tests disabled because they take too long to run +#test_script: +# - cd c:\projects\RDKit\build +# - ctest # scripts to run after build #after_build: