add ci/cd conf
metroline continuous-integration/metroline Details
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Simon Vieille 2021-11-03 20:01:54 +01:00
parent 544ed1a1fa
commit 539a81c07e
2 changed files with 10 additions and 9 deletions

View File

@ -8,12 +8,17 @@ steps:
image: deblan/devenv
commands:
- npm install
when:
branch:
- master
- develop
- name: build
image: deblan/devenv
commands:
- make npm-build
when:
branch:
- develop
- feature/*
- name: release
image: deblan/devenv
volumes:
- name: artefacts

View File

@ -2,10 +2,6 @@ version: '1'
image: deblan/devenv
jobs:
build:
when:
branch:
- master
- feat/.*
script:
- npm install
- npm run build
- make npm-build