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