more testing

This commit is contained in:
Nils Stinnesbeck 2019-11-22 23:53:01 +01:00
parent 536a6c920f
commit d987c63461
Signed by: nils
GPG Key ID: 86D4882C6C6CA48B

View File

@ -4,17 +4,23 @@ name: meshviewer build
clone:
depth: 50
steps:
- name: submodules
image: docker:git
commands:
- git submodule update --recursive --init
# steps:
# - name: clone git
# image: docker:git
# commands:
# - git submodule update --recursive --init
- name: build on node 12
image: node:12.12.0-stretch
commands:
- node --version
- npm --version
- yarn --version
- pwd
- ls -alh
- npm i gulp-cli -g
- yarn
- gulp
# - name: backup-old-firmware
# image: appleboy/drone-ssh