Add drone-YAML.
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Manuel Friedli 2025-01-08 22:23:31 +01:00
parent c3e114788c
commit ee84a40872
Signed by: manuel
GPG key ID: 41D08ABA75634DA1

16
.drone.yml Normal file
View file

@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: default
steps:
- name: install
image: node:20-alpine
commands:
- apk add firefox
- npm run lint
- npm run build
when:
ref:
include:
- refs/head/master
- refs/head/feature/**
- refs/tags/**