WIP Add basic Drone CI config
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Râu Cao
2022-08-08 17:09:56 +02:00
parent 53955126ff
commit 656f967dd4
2 changed files with 11 additions and 38 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: gitea.kosmos.org/kredits/docker-ci:latest
#image: node:16.16
commands:
- npm install
- npm test