mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
parent
c6d00f2168
commit
609f367721
|
@ -22,8 +22,8 @@ build:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
script:
|
script:
|
||||||
# >=0.13.2 requires --features=heap or segfaults
|
# >=0.13.2 requires --features=heap or segfaults
|
||||||
- cargo install --path kaspad --root {{prefix}} --features=heap
|
- cargo install --path kaspad --locked --root {{prefix}} --features=heap
|
||||||
- cargo install --path cli --root {{prefix}}
|
- cargo install --path cli --locked --root {{prefix}}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- (kaspad --version || true) | grep "{{version}}"
|
- (kaspad --version || true) | grep "{{version}}"
|
||||||
|
|
Loading…
Reference in a new issue