forked from nlarche/qobuz-desktop-player
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
39 lines (31 loc) · 707 Bytes
/
Copy pathappveyor.yml
File metadata and controls
39 lines (31 loc) · 707 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
version: 0.4.{build}
platform:
- x64
cache:
- node_modules
- app\node_modules
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 6 x64
- git reset --hard HEAD
- npm install npm -g
- npm install electron-builder@next # force install next version to test electron-builder
- npm install
- npm prune
build_script:
- node --version
- npm --version
- npm run release
test: off
environment:
name: production
GH_TOKEN:
secure: MejLyYd0oG10+S/YO+YXVjACKDGRnWNuoDAnM8o44mR9XkqjXh4xuk5/K5cXF7yA
deploy:
- provider: Environment
name: production
on:
appveyor_repo_tag: true