mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-14 06:59:07 -05:00
build: add sr.ht build manifest
This commit is contained in:
parent
8738e5baa9
commit
3503cf05ed
13
.build.yml
Normal file
13
.build.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
image: fedora/latest
|
||||||
|
packages:
|
||||||
|
- cargo
|
||||||
|
- sqlite-devel
|
||||||
|
sources:
|
||||||
|
- https://git.sr.ht/~gheartsfield/nostr-rs-relay/
|
||||||
|
tasks:
|
||||||
|
- build: |
|
||||||
|
cd nostr-rs-relay
|
||||||
|
cargo build
|
||||||
|
- test: |
|
||||||
|
cd nostr-rs-relay
|
||||||
|
cargo test
|
Loading…
Reference in New Issue
Block a user