Browse Source

Add CI

github-actions
Garrit Franke 3 years ago
parent
commit
c62d00a8bf
  1. 10
      .builds/ci.yml

10
.builds/ci.yml

@ -0,0 +1,10 @@
image: archlinux
packages:
- rust
sources:
- https://git.sr.ht/~garritfra/sabre
tasks:
- build: |
cd sabre
cargo build
cargo test
Loading…
Cancel
Save