add some CI #5

Open
solene wants to merge 1 commits from enable_ci into master
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
commands:
- make test