added drone builds

This commit is contained in:
2023-06-18 15:39:14 +02:00
parent 194de286c8
commit 3c835077d5
3 changed files with 25 additions and 7 deletions

16
.drone.yml Normal file
View File

@@ -0,0 +1,16 @@
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
- npm run build