ona/.drone.yml

9 lines
135 B
YAML
Raw Normal View History

2022-09-28 19:29:16 +02:00
kind: pipeline
name: Build and Test
2022-09-28 19:29:16 +02:00
steps:
- name: Build and Test
image: euantorano/zig:0.9.1
2022-09-28 19:29:16 +02:00
commands:
- zig test src/main.zig