nostr-rs-relay

My dev fork of nostr-rs-relay
git clone git://jb55.com/nostr-rs-relay
Log | Files | Refs | README | LICENSE

.build.yml (371B)


      1 image: fedora/latest
      2 arch: x86_64
      3 artifacts:
      4   - nostr-rs-relay/target/release/nostr-rs-relay
      5 environment:
      6   RUST_LOG: debug
      7 packages:
      8   - cargo
      9   - sqlite-devel
     10 sources:
     11   - https://git.sr.ht/~gheartsfield/nostr-rs-relay/
     12 shell: false
     13 tasks:
     14   - build: |
     15       cd nostr-rs-relay
     16       cargo build --release
     17   - test: |
     18       cd nostr-rs-relay
     19       cargo test --release