2017-11-13 14:11:40 +02:00
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
2017-11-23 21:29:03 +02:00
|
|
|
# cache:
|
2017-11-13 15:14:21 +02:00
|
|
|
# Not caching node_modules because appveyor doesn't restore it afterwards (not sure why)
|
|
|
|
# - node_modules
|
2017-11-21 21:31:43 +02:00
|
|
|
# - '%USERPROFILE%\.electron'
|
2017-11-13 14:01:38 +02:00
|
|
|
|
|
|
|
install:
|
2020-05-17 19:07:44 +02:00
|
|
|
- ps: Install-Product node 10 x64
|
2017-11-13 14:01:38 +02:00
|
|
|
|
2017-11-13 14:11:40 +02:00
|
|
|
build_script:
|
2017-11-13 14:16:37 +02:00
|
|
|
- npm install
|
2020-11-05 18:58:23 +02:00
|
|
|
- ps: cd packages/app-desktop
|
2020-05-24 16:27:30 +02:00
|
|
|
- npm run dist
|
2017-11-13 14:11:40 +02:00
|
|
|
|
2017-11-13 14:13:17 +02:00
|
|
|
test: off
|
2019-05-06 22:31:37 +02:00
|
|
|
|
|
|
|
# We only want to build tags
|
|
|
|
skip_non_tags: true
|