Skip to content

Commit 929dc2b

Browse files
committed
updated appveyor (Windows ci build) spec file
1 parent a5d3c1a commit 929dc2b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

appveyor.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ install:
1212
# install nodejs and npm
1313
- ps: Install-Product node $env:nodejs_version
1414
- npm install
15+
- npm install -g grunt-cli
1516
# install gcc (needed for sqlite3)
1617
- choco install -y mingw
1718
- set PATH=C:\tools\mingw64\bin;%PATH%
@@ -23,4 +24,8 @@ install:
2324

2425
build_script:
2526
- go run build.go build
26-
- grunt release
27+
- node grunt release
28+
29+
artifacts:
30+
- path: dist/*
31+
name: binzip

0 commit comments

Comments
 (0)