diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-28 21:03:43 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-28 21:15:46 +0200 |
commit | 4f13430a95b872f95cbd38bed4ee39d0d11abecf (patch) | |
tree | 19bf027084581766116c2645d3baea677973cfbc /.drone.yml | |
parent | f4a15f7f422c7d449a9cfb2ee8bc1ba76d52b41d (diff) | |
download | nextcloud-server-4f13430a95b872f95cbd38bed4ee39d0d11abecf.tar.gz nextcloud-server-4f13430a95b872f95cbd38bed4ee39d0d11abecf.zip |
Add drone step
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 5228d4e6562..0e87b974696 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,6 +57,14 @@ pipeline: when: matrix: TESTS: checkers + handlebars: + image: node + commands: + - npm install handlebars -g + - ./build/compile-handlebars-templates.sh + when: + matrix: + TESTS: handlebars syntax-php7.0: image: nextcloudci/php7.0:php7.0-19 commands: @@ -774,6 +782,7 @@ matrix: - TESTS: vue-build-oauth2 - TESTS: vue-build-accessibility - TESTS: vue-build-backupcodes + - TESTS: handlebars - TESTS: nodb-codecov ENABLE_REDIS: true - TESTS: db-codecov |