Parcourir la source

Add proper drone job

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v16.0.0alpha1
Roeland Jago Douma il y a 5 ans
Parent
révision
518aa1e2a8
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 11 ajouts et 8 suppressions
  1. 11
    8
      .drone.yml

+ 11
- 8
.drone.yml Voir le fichier

@@ -14,6 +14,16 @@ pipeline:
when:
matrix:
TESTS: jsunit
webpack-build:
image: nextcloudci/node:node-4
commands:
- npm install
- npm run build
- git status
- bash -c "[[ ! \"`git status --porcelain `\" ]] || ( echo 'Uncommited changes in webpack build' && exit 1 )"
when:
matrix:
TESTS: webpack-build
vue-build-settings:
image: nextcloudci/node:node-4
commands:
@@ -33,13 +43,6 @@ pipeline:
when:
matrix:
TESTS: vue-build-updatenotification
vue-build-oauth2:
image: node
commands:
- ./build/vue-builds.sh ./apps/oauth2/js/oauth2.js
when:
matrix:
TESTS: vue-build-oauth2
vue-build-accessibility:
image: node
commands:
@@ -801,9 +804,9 @@ pipeline:
matrix:
include:
- TESTS: checkers
- TESTS: webpack-build
- TESTS: vue-build-settings
- TESTS: vue-build-updatenotification
- TESTS: vue-build-oauth2
- TESTS: vue-build-accessibility
- TESTS: vue-build-backupcodes
- TESTS: handlebars

Chargement…
Annuler
Enregistrer