ソースを参照

updated appveyor (Windows ci build) spec file

Torkel Ödegaard 10 年 前
コミット
929dc2b29c
1 ファイル変更6 行追加1 行削除
  1. 6 1
      appveyor.yml

+ 6 - 1
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