1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00
joplin/appveyor.yml
2017-11-13 14:44:45 +00:00

21 lines
333 B
YAML

image: Visual Studio 2017
platform:
- x64
cache:
# Not caching node_modules because appveyor doesn't restore it afterwards (not sure why)
# - node_modules
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 8 x64
- yarn
build_script:
- ps: cd ElectronClient\app
- npm install
- yarn dist
test: off