mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 06:49:18 +01:00
ci: added drone-ci pipeline file
This commit is contained in:
parent
5434d6686a
commit
6d17aa3ddf
19
.drone.yml
Normal file
19
.drone.yml
Normal file
@ -0,0 +1,19 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: install
|
||||
image: node:19.4.0
|
||||
commands:
|
||||
- npm install
|
||||
|
||||
- name: test
|
||||
image: node:19.4.0
|
||||
commands:
|
||||
- npm test:coverage
|
||||
|
||||
- name: build
|
||||
image: node:19.4.0
|
||||
commands:
|
||||
- npm run build
|
Loading…
Reference in New Issue
Block a user