ona/.drone.yml

9 lines
135 B
YAML

kind: pipeline
name: Build and Test
steps:
- name: Build and Test
image: euantorano/zig:0.9.1
commands:
- zig test src/main.zig