nostr-rs-relay/.build.yml
2022-09-10 22:43:56 -05:00

14 lines
234 B
YAML

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