turn off tests in appveyor since they do not have time to run anyway

This commit is contained in:
Greg Landrum
2015-04-21 06:49:19 +02:00
parent 97022be3fe
commit 2920a840c3

View File

@@ -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: