nostr-rs-relay/.build.yml

14 lines
234 B
YAML
Raw Normal View History

2022-09-10 23:43:56 -04:00
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