add drone CI for our fork #1

Merged
blackbeard420 merged 2 commits from drone into master 2021-10-11 23:32:10 -04:00

12
.drone.yml Normal file
View File

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