mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Provide helix runtime (#1423)
* Provide helix runtime * Copy runtime files out of the srcdir --------- Co-authored-by: codespace <codespace@codespace>
This commit is contained in:
parent
3e77588750
commit
f2a07b6799
|
@ -12,7 +12,13 @@ build:
|
|||
dependencies:
|
||||
rust-lang.org: '>=1.60'
|
||||
rust-lang.org/cargo: '*'
|
||||
script:
|
||||
script: |
|
||||
cargo install --locked --path helix-term --root {{prefix}}
|
||||
mkdir -p "{{prefix}}"/share
|
||||
cp -a runtime "{{prefix}}"/share
|
||||
|
||||
test: hx --health
|
||||
|
||||
runtime:
|
||||
env:
|
||||
HELIX_RUNTIME: ${{prefix}}/share/runtime
|
||||
|
|
Loading…
Reference in a new issue