|
|
|
@ -33,12 +33,13 @@ build_script:
|
|
|
|
|
|
|
|
|
|
npm --version |
|
|
|
|
|
|
|
|
|
node_modules/.bin/build --win --x64 |
|
|
|
|
node_modules/.bin/build --win --ia32 --x64 |
|
|
|
|
test: off |
|
|
|
|
artifacts: |
|
|
|
|
- path: dist\win\*.exe |
|
|
|
|
- path: dist\win\*.nupkg |
|
|
|
|
- path: dist\win\RELEASES |
|
|
|
|
- path: dist\win-ia32\*.exe |
|
|
|
|
- path: dist\*.zip |
|
|
|
|
deploy: |
|
|
|
|
- provider: GitHub |
|
|
|
|