2015-08-07 14:50:34 -07:00
|
|
|
version: 1.0.{build}
|
|
|
|
before_build:
|
|
|
|
- md %APPVEYOR_BUILD_FOLDER%\build
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%\build
|
|
|
|
- cmake -G "Visual Studio 12 Win64" ..
|
|
|
|
- cd ..
|
|
|
|
build:
|
2015-10-20 13:35:08 -07:00
|
|
|
project: build\rocksdb.sln
|
2015-09-29 12:22:48 -07:00
|
|
|
parallel: true
|
2015-08-07 14:50:34 -07:00
|
|
|
verbosity: minimal
|
|
|
|
test: off
|