feat: crow ci

This commit is contained in:
Grace Yoder 2026-07-15 21:45:05 -06:00
parent cab401969e
commit a8e8668b7a
Signed by: grace
SSH key fingerprint: SHA256:oG9v0ZlohsoMAg083HAwBGOcaPLF3nIuOlAW4MtASMo

21
.crow/test.yml Normal file
View 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