瀏覽代碼

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
   # install nodejs and npm
   - ps: Install-Product node $env:nodejs_version
   - ps: Install-Product node $env:nodejs_version
   - npm install
   - npm install
+  - npm install -g grunt-cli
   # install gcc (needed for sqlite3)
   # install gcc (needed for sqlite3)
   - choco install -y mingw
   - choco install -y mingw
   - set PATH=C:\tools\mingw64\bin;%PATH%
   - set PATH=C:\tools\mingw64\bin;%PATH%
@@ -23,4 +24,8 @@ install:
 
 
 build_script:
 build_script:
   - go run build.go build
   - go run build.go build
-  - grunt release
+  - node grunt release
+
+artifacts:
+  - path: dist/*
+    name: binzip