Jitsi Meet desktop application powered by
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|