mdbx-ci: migrate to Circle-CI 2.0

Change-Id: If8b77d070277cf88dfe81f5bf33dd33466dca0d9
This commit is contained in:
Leo Yuriev 2018-06-21 19:51:23 +03:00
parent e94d6efec6
commit 31873e8e2c
2 changed files with 9 additions and 14 deletions

9
.circleci/config.yml Normal file
View File

@ -0,0 +1,9 @@
version: 2
jobs:
build:
docker:
- image: circleci/buildpack-deps:artful
steps:
- checkout
- run: make all lmdb
- run: make check

View File

@ -1,14 +0,0 @@
machine:
timezone:
Europe/Moscow
database:
override:
compile:
override:
- make all lmdb
test:
override:
- make check