Skip to content

Commit

Permalink
updated appveyor (Windows ci build) spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Apr 20, 2015
1 parent a5d3c1a commit 929dc2b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -23,4 +24,8 @@ install:

build_script:
- go run build.go build
- grunt release
- node grunt release

artifacts:
- path: dist/*
name: binzip

0 comments on commit 929dc2b

Please sign in to comment.