ona/.drone.yml

10 lines
199 B
YAML
Raw Normal View History

2022-09-28 19:29:16 +02:00
kind: pipeline
2022-10-01 21:40:23 +02:00
name: continuous integration
2022-09-28 19:29:16 +02:00
steps:
2022-10-01 21:40:23 +02:00
- name: build & test
image: euantorano/zig:0.9.1
2022-09-28 19:29:16 +02:00
commands:
- zig build test
- ./zig-cache/o/b57ef32c79a05339fbe4a8eb648ff6df/test main.zig