drone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Arnas Udovic 2024-07-18 22:44:12 +03:00
parent 19cd70e68f
commit 853b8d8929
2 changed files with 12 additions and 0 deletions

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang
commands:
- go build
- go test

View file

@ -1,5 +1,7 @@
# zordfsdb # zordfsdb
[![Build Status](https://drone.arns.lt/api/badges/zordsdavini/zordfsdb/status.svg)](https://drone.arns.lt/zordsdavini/zordfsdb)
Simple filesystem based key/value db. Provided as golang lib. Simple filesystem based key/value db. Provided as golang lib.
## Configuration ## Configuration