tidal-hifi/.drone.yml

17 lines
314 B
YAML
Raw Permalink Normal View History

2023-06-18 15:39:14 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:19.4.0
commands:
- npm install
- name: build_with_linux
image: node:19.4.0
commands:
- apt-get update && apt-get upgrade -y
- apt-get install -y libarchive-tools rpm
2023-07-24 12:04:08 +02:00
- npm run build-unpacked