more testing
This commit is contained in:
parent
536a6c920f
commit
d987c63461
16
.drone.yml
16
.drone.yml
@ -4,17 +4,23 @@ name: meshviewer build
|
|||||||
clone:
|
clone:
|
||||||
depth: 50
|
depth: 50
|
||||||
|
|
||||||
steps:
|
# steps:
|
||||||
- name: submodules
|
# - name: clone git
|
||||||
image: docker:git
|
# image: docker:git
|
||||||
commands:
|
# commands:
|
||||||
- git submodule update --recursive --init
|
# - git submodule update --recursive --init
|
||||||
|
|
||||||
- name: build on node 12
|
- name: build on node 12
|
||||||
image: node:12.12.0-stretch
|
image: node:12.12.0-stretch
|
||||||
commands:
|
commands:
|
||||||
|
- node --version
|
||||||
|
- npm --version
|
||||||
|
- yarn --version
|
||||||
- pwd
|
- pwd
|
||||||
- ls -alh
|
- ls -alh
|
||||||
|
- npm i gulp-cli -g
|
||||||
|
- yarn
|
||||||
|
- gulp
|
||||||
|
|
||||||
# - name: backup-old-firmware
|
# - name: backup-old-firmware
|
||||||
# image: appleboy/drone-ssh
|
# image: appleboy/drone-ssh
|
||||||
|
Loading…
Reference in New Issue
Block a user