mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-06 02:32:04 +01:00
21 lines
257 B
YAML
21 lines
257 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 12 x64
|
|
- npm install
|
|
|
|
build_script:
|
|
- npm run build
|
|
|
|
test: off
|