mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
turn off tests in appveyor since they do not have time to run anyway
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user