From 5f7e5547c33fca7926395e01ad42de70fb8a4187 Mon Sep 17 00:00:00 2001 From: Leonid Yuriev Date: Wed, 29 Mar 2017 01:11:33 +0300 Subject: [PATCH] mdbx: add .appveyor.yml --- .appveyor.yml | 18 ++++++++++++++++++ README.md | 1 + mdbx-dll.sln => mdbx.sln | 0 3 files changed, 19 insertions(+) create mode 100644 .appveyor.yml rename mdbx-dll.sln => mdbx.sln (100%) diff --git a/.appveyor.yml b/.appveyor.yml new file mode 100644 index 00000000..aa190ea7 --- /dev/null +++ b/.appveyor.yml @@ -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" diff --git a/README.md b/README.md index 56f5ec31..1cf2ea8b 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/mdbx-dll.sln b/mdbx.sln similarity index 100% rename from mdbx-dll.sln rename to mdbx.sln