mdbx: add .appveyor.yml

This commit is contained in:
Leonid Yuriev 2017-03-29 01:11:33 +03:00
parent 9731e07120
commit 5f7e5547c3
3 changed files with 19 additions and 0 deletions

18
.appveyor.yml Normal file
View File

@ -0,0 +1,18 @@
version: '{build}'
max_jobs: 1
platform:
- x86
- x64
configuration:
- Release
- Debug
build:
verbosity: minimal
project: mdbx.sln
# test_script:
# - ps: |
# & "C:\projects\mdbx\$env:PLATFORM\$env:CONFIGURATION\test\test.exe"

View File

@ -4,6 +4,7 @@ Extended LMDB, aka "Расширенная LMDB".
*The Future will Positive. Всё будет хорошо.*
[![Build Status](https://travis-ci.org/ReOpen/libmdbx.svg?branch=devel)](https://travis-ci.org/ReOpen/libmdbx)
[![Build status](https://ci.appveyor.com/api/projects/status/v21jlh5kfmk85r7t/branch/devel?svg=true)](https://ci.appveyor.com/project/leo-yuriev/libmdbx/branch/devel)
English version by Google [is here](https://translate.googleusercontent.com/translate_c?act=url&ie=UTF8&sl=ru&tl=en&u=https://github.com/ReOpen/libmdbx/tree/devel).