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
|
2023-04-19 01:28:19 +02:00
|
|
|
image: euantorano/zig:master
|
2022-09-28 19:29:16 +02:00
|
|
|
commands:
|
2023-04-19 01:25:35 +02:00
|
|
|
- zig build test
|
|
|
|
- $(find zig-cache -name test) main.zig
|