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