mirror of
https://github.com/isar/libmdbx.git
synced 2024-12-30 02:24:14 +08:00
mdbx: add .appveyor.yml
This commit is contained in:
parent
9731e07120
commit
5f7e5547c3
18
.appveyor.yml
Normal file
18
.appveyor.yml
Normal 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"
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user