18 lines
300 B
YAML
18 lines
300 B
YAML
stages:
|
|
- name: helix
|
|
from: rust
|
|
modules:
|
|
- type: script
|
|
no-cache: true
|
|
scripts:
|
|
- install-helix.sh
|
|
modules:
|
|
- type: copy
|
|
from: helix
|
|
src: /out/hx
|
|
dest: /usr/bin/
|
|
- type: copy
|
|
from: helix
|
|
src: /out/runtime
|
|
dest: /usr/lib64/helix/
|