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
|
2022-10-01 21:39:21 +02:00
|
|
|
image: euantorano/zig:0.9.1
|
2022-09-28 19:29:16 +02:00
|
|
|
commands:
|
2022-10-03 23:01:31 +02:00
|
|
|
- zig build test
|
2022-10-04 00:05:43 +02:00
|
|
|
- $(find zig-cache -name test) main.zig
|