Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-09-25 11:51:00 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-27 10:07:06 +0300
commit735d5e5cba4c1757d5305257384d31ea5a169715 (patch)
treea83092fa36ca87fdaebcdd568395f931fb9bdc54 /.drone.yml
parentedc861b0414cbaa0ded51994ee7f24db2ef48689 (diff)
Add drone support
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 52690829b93..f22f7df69a2 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -42,6 +42,13 @@ pipeline:
when:
matrix:
TESTS: vue-build-accessibility
+ vue-build-backupcodes:
+ image: node
+ commands:
+ - ./build/vue-builds.sh ./apps/twofactor_backupcodes/js/settings.js
+ when:
+ matrix:
+ TESTS: vue-build-backupscodes
checkers:
image: nextcloudci/php7.0:php7.0-19
commands:
@@ -756,6 +763,7 @@ matrix:
- TESTS: vue-build-updatenotification
- TESTS: vue-build-oauth2
- TESTS: vue-build-accessibility
+ - TESTS: vue-build-backupcodes
- TESTS: nodb-codecov
ENABLE_REDIS: true
- TESTS: db-codecov