Create windows artifact in appveyor

This commit is contained in:
lukasmartinelli 2016-07-14 19:18:57 +02:00
parent c29fc6c123
commit 73a24e82e0
2 changed files with 6 additions and 0 deletions

View File

@ -5,3 +5,4 @@ node_js:
script:
- npm run build
- npm run lint
- npm run package-linux

View File

@ -21,4 +21,9 @@ build_script:
- npm run build
- npm run package-windows
artifacts:
- path: releases/postgis-editor-win32-x64
name: postgis-editor-win32-x64
type: zip
test: off