This commit is contained in:
parent
f50dafc7d0
commit
90ef61062f
16
.drone.yml
Normal file
16
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user