enabled drone build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
blackbeard420 2021-10-11 23:27:54 -04:00
parent f50dafc7d0
commit 90ef61062f

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: test
steps:
- name: build
image: voidlinux/voidlinux
commands:
- xbps-install -Sy gcc ninja cmake
- cmake . -G Ninja
- ninja
- name: tests
image: voidlinux/voidlinux
commands:
- ninja test