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 # scripts to run before build
before_build: before_build:
- echo Running cmake... - echo Running cmake...
- dir c:\Libraries\boost
- dir c:\Libraries\boost\lib64-msvc-12.0
- cd c:\projects\RDKit - cd c:\projects\RDKit
- mkdir c:\projects\RDKit\build - mkdir c:\projects\RDKit\build
- cd 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%" .. - 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: ## tests disabled because they take too long to run
- cd c:\projects\RDKit\build #test_script:
- ctest # - cd c:\projects\RDKit\build
# - ctest
# scripts to run after build # scripts to run after build
#after_build: #after_build: