add drone CI for our fork (#1)
Reviewed-on: #1 Co-authored-by: blackbeard420 <blackbeard@blackbeard420.me> Co-committed-by: blackbeard420 <blackbeard@blackbeard420.me>
This commit is contained in:
parent
f50dafc7d0
commit
fb84900df7
12
.drone.yml
Normal file
12
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user