ona/.drone.yml

9 lines
134 B
YAML

kind: pipeline
name: continuous integration
steps:
- name: build & test
image: euantorano/zig:0.9.1
commands:
- zig build test