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