mirror of
https://github.com/isar/libmdbx.git
synced 2025-01-10 02:54:12 +08:00
10 lines
163 B
YAML
10 lines
163 B
YAML
|
version: 2
|
||
|
jobs:
|
||
|
build:
|
||
|
docker:
|
||
|
- image: circleci/buildpack-deps:artful
|
||
|
steps:
|
||
|
- checkout
|
||
|
- run: make all lmdb
|
||
|
- run: make check
|