21 lines
367 B
YAML
21 lines
367 B
YAML
stages:
|
|
- name: helix
|
|
image: 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/
|
|
- type: script
|
|
snippets:
|
|
- hx -g fetch && hx -g build
|