diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-14 21:42:04 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-14 21:42:04 +0300 |
commit | 593550b8eea8998c3b6b9e9eb3e04eec82854ae2 (patch) | |
tree | 72f2f27fa4f69bbe03e00d7d07f7cbe588876f3b /plugins/Dbx_mdbx/src/libmdbx/circle.yml | |
parent | 742ec0af9b72863a6af8da9ff88128b1f3da090b (diff) |
libmdbx added as set of files
Diffstat (limited to 'plugins/Dbx_mdbx/src/libmdbx/circle.yml')
-rw-r--r-- | plugins/Dbx_mdbx/src/libmdbx/circle.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/Dbx_mdbx/src/libmdbx/circle.yml b/plugins/Dbx_mdbx/src/libmdbx/circle.yml new file mode 100644 index 0000000000..77da30e932 --- /dev/null +++ b/plugins/Dbx_mdbx/src/libmdbx/circle.yml @@ -0,0 +1,14 @@ +machine: + timezone: + Europe/Moscow + +database: + override: + +compile: + override: + - make all + +test: + override: + - make check || mv test.log ${CIRCLE_ARTIFACTS}/ |