mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
19f0ad4e94
commit
2177b18420
|
@ -9,10 +9,13 @@ build:
|
|||
dependencies:
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
cargo install --locked --path . --root {{prefix}}
|
||||
- run: cargo install --locked --path . --root {{prefix}}
|
||||
if: <0.6.0
|
||||
- run: cargo install --locked --path . --root {{prefix}}
|
||||
working-directory: iroh
|
||||
if: '>=0.6.0'
|
||||
|
||||
provides:
|
||||
- bin/iroh
|
||||
|
||||
test:
|
||||
iroh --help
|
||||
test: iroh --help
|
||||
|
|
Loading…
Reference in a new issue