From 929dc2b29c6ffa014ba1aafaa2de9e3c3d5b7e07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Mon, 20 Apr 2015 16:19:55 +0200 Subject: [PATCH] updated appveyor (Windows ci build) spec file --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 58dcfecbbbc..ca4024616f3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +12,7 @@ install: # install nodejs and npm - ps: Install-Product node $env:nodejs_version - npm install + - npm install -g grunt-cli # install gcc (needed for sqlite3) - choco install -y mingw - set PATH=C:\tools\mingw64\bin;%PATH% @@ -23,4 +24,8 @@ install: build_script: - go run build.go build - - grunt release + - node grunt release + +artifacts: + - path: dist/* + name: binzip