mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2025-08-11 04:40:46 -04:00
build: add sr.ht build manifest
This commit is contained in:
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
|
Reference in New Issue
Block a user