tidal-hifi/.drone.yml
2025-07-07 18:07:30 +02:00

17 lines
316 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:22.17.0
commands:
- npm install
- name: build_with_linux
image: node:22.17.0
commands:
- apt-get update && apt-get upgrade -y
- apt-get install -y libarchive-tools rpm
- npm run build-unpacked