cJSON/.drone.yml

13 lines
185 B
YAML
Raw Permalink Normal View History

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