19 lines
375 B
YAML
19 lines
375 B
YAML
---
|
|
# yaml-language-server: $schema=https://schema.blue-build.org/module-stage-list-v1.json
|
|
stages:
|
|
- name: helix
|
|
from: rust
|
|
modules:
|
|
- type: script
|
|
scripts:
|
|
- install-helix.sh
|
|
modules:
|
|
- type: copy
|
|
from: helix
|
|
src: /out/hx
|
|
dest: /usr/bin/
|
|
- type: copy
|
|
from: helix
|
|
src: /out/runtime/
|
|
dest: /usr/lib/helix/runtime
|