Skip to content

Commit

Permalink
got the sourcehut build manifest working
Browse files Browse the repository at this point in the history
  • Loading branch information
gbmor committed Jun 20, 2020
1 parent 6633d51 commit bca8b5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ packages:
sources:
- https://git.sr.ht/~gbmor/rtcoin
environment:
PATH: "$HOME/.cargo/bin:$PATH"
PATH: "$HOME/.cargo/bin:/bin:/usr/bin:$PATH"
tasks:
- setup: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup install nightly
rustup default nightly
- build: |
cargo test
cargo build
- setup: |-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
source $HOME/.cargo/env
- build: |-
cd $HOME/rtcoin
$HOME/.cargo/bin/cargo test
$HOME/.cargo/bin/cargo build

0 comments on commit bca8b5a

Please sign in to comment.