From 251856cf3fe84bb5ce0fdde65be28ebecdce09a1 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 7 Dec 2016 01:35:12 +0100 Subject: [PATCH] Build all assets with drone --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9c5f415..a3d6ff8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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