Compare commits
No commits in common. "52bc326187823e0aff17efe475a9c87a34cf44c7" and "31dc2d9c6ee391f9c8ad40dc4d256a6cda84f580" have entirely different histories.
52bc326187
...
31dc2d9c6e
|
@ -1,8 +1,8 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: continuous integration
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build & test
|
- name: greetings
|
||||||
image: euantorano/zig:0.9.1
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- zig test src/main.zig
|
- env
|
||||||
|
|
Loading…
Reference in New Issue