jitsi-meet-electron/appveyor.yml
Andrei Gavrilescu 0a18da2a9a Update CI Tools
Co-authored-by: Annika Wickert <awlx@users.noreply.github.com>
2020-04-07 14:30:36 +02:00

15 lines
193 B
YAML

image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
install:
- ps: Install-Product node 12 x64
- npm install
build_script:
- npm run dist