Build all assets with drone

This commit is contained in:
Matthias Loibl
2016-12-07 01:35:12 +01:00
parent e35c7d5e38
commit 251856cf3f

View File

@@ -2,6 +2,13 @@ workspace:
path: src
pipeline:
build:
image: node
commands:
- npm install -q
- npm install -q -g gulp-cli
- gulp
downstream:
image: plugins/downstream
server: https://drone.gitea.io