parent
19cd70e68f
commit
853b8d8929
2 changed files with 12 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
steps:
|
||||
- name: backend
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
|
@ -1,5 +1,7 @@
|
|||
# zordfsdb
|
||||
|
||||
[](https://drone.arns.lt/zordsdavini/zordfsdb)
|
||||
|
||||
Simple filesystem based key/value db. Provided as golang lib.
|
||||
|
||||
## Configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue