nostr-rs-relay/.build.yml

21 lines
393 B
YAML
Raw Permalink Normal View History

2022-09-10 23:43:56 -04:00
image: fedora/latest
arch: x86_64
artifacts:
- nostr-rs-relay/target/release/nostr-rs-relay
environment:
RUST_LOG: debug
2022-09-10 23:43:56 -04:00
packages:
- cargo
- sqlite-devel
- protobuf-compiler
2022-09-10 23:43:56 -04:00
sources:
- https://git.sr.ht/~gheartsfield/nostr-rs-relay/
shell: false
2022-09-10 23:43:56 -04:00
tasks:
- build: |
cd nostr-rs-relay
cargo build --release
2022-09-10 23:43:56 -04:00
- test: |
cd nostr-rs-relay
cargo test --release