ona/.drone.yml

9 lines
135 B
YAML
Executable File

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