Files
youtube-music/appveyor.yml
2019-04-28 12:31:55 +02:00

21 lines
256 B
YAML

image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 8 x64
- npm install
build_script:
- npm run build
test: off