2015-08-07 14:50:34 -07:00
|
|
|
version: 1.0.{build}
|
2018-02-01 13:54:50 -08:00
|
|
|
image: Visual Studio 2017
|
2015-08-07 14:50:34 -07:00
|
|
|
before_build:
|
|
|
|
- md %APPVEYOR_BUILD_FOLDER%\build
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\build
|
2019-01-03 10:40:11 -08:00
|
|
|
- cmake -G "Visual Studio 15 Win64" -DOPTDBG=1 -DWITH_XPRESS=1 -DPORTABLE=1 -DJNI=1 ..
|
2015-08-07 14:50:34 -07:00
|
|
|
- cd ..
|
|
|
|
build:
|
2015-10-20 13:35:08 -07:00
|
|
|
project: build\rocksdb.sln
|
2015-09-29 12:22:48 -07:00
|
|
|
parallel: true
|
2017-08-31 10:18:58 -07:00
|
|
|
verbosity: normal
|
2015-11-10 17:23:16 -08:00
|
|
|
test:
|
|
|
|
test_script:
|
2017-04-05 11:22:36 -07:00
|
|
|
- ps: build_tools\run_ci_db_test.ps1 -SuiteRun db_basic_test,db_test2,db_test,env_basic_test,env_test -Concurrency 8
|
2015-11-10 17:23:16 -08:00
|
|
|
|