joplin/appveyor.yml

20 lines
240 B
YAML
Raw Normal View History

2017-11-13 12:11:40 +00:00
image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
2017-11-13 12:01:38 +00:00
install:
2017-11-13 12:11:40 +00:00
- ps: Install-Product node 8 x64
- yarn
2017-11-13 12:01:38 +00:00
2017-11-13 12:11:40 +00:00
build_script:
2017-11-13 12:13:17 +00:00
- ps: cd ElectronClient\app
2017-11-13 12:16:37 +00:00
- npm install
2017-11-13 12:06:19 +00:00
- yarn dist
2017-11-13 12:11:40 +00:00
2017-11-13 12:13:17 +00:00
test: off