feat: crow ci
This commit is contained in:
parent
cab401969e
commit
a8e8668b7a
1 changed files with 21 additions and 0 deletions
21
.crow/test.yml
Normal file
21
.crow/test.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: codefloe.com/crow-plugins/clone:1.1.0
|
||||||
|
settings:
|
||||||
|
tags: true
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- &zig_image 'ghcr.io/rust-cross/cargo-zigbuild:0.23'
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: *zig_image
|
||||||
|
commands:
|
||||||
|
- zig build test
|
||||||
|
- zig build test -- --third-party
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue