-
-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathappveyor.yml
More file actions
95 lines (72 loc) · 1.78 KB
/
appveyor.yml
File metadata and controls
95 lines (72 loc) · 1.78 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
-
branches:
only:
- master
image: Visual Studio 2017
platform:
- x64
environment:
matrix:
- nodejs_version: "9"
DEBUG: electron-builder
CI: yes
APPVEYOR: yes
cache:
- '%USERPROFILE%\.electron'
- node_modules -> package.json
clone_folder: c:\gisto
init:
- git config --global core.autocrlf input
shallow_clone: true
clone_depth: 1
matrix:
fast_finish: true
build: off
install:
- ps: Add-Content c:\gisto\.env "GISTO_GITHUB_CLIENT_ID=$env:GISTO_GITHUB_CLIENT_ID"
- cmd: appveyor-retry powershell Install-Product node $env:nodejs_version
- cmd: set NODE_OPTIONS=--max_old_space_size=2000
- npm install -g npm@6
- set PATH=%APPDATA%\npm;%PATH%
- node --version && npm --version
- npm install -g cross-env rimraf electron-builder
- npm ci
- npm run test
build_script:
- npm run pack:win
-
branches:
only:
- next
image: Visual Studio 2017
platform:
- x64
environment:
matrix:
- nodejs_version: "9"
DEBUG: electron-builder
CI: yes
APPVEYOR: yes
cache:
- '%USERPROFILE%\.electron'
- node_modules -> package.json
clone_folder: c:\gisto
init:
- git config --global core.autocrlf input
shallow_clone: true
clone_depth: 1
matrix:
fast_finish: true
build: off
install:
- ps: Add-Content c:\gisto\.env "GISTO_GITHUB_CLIENT_ID=$env:GISTO_GITHUB_CLIENT_ID"
- cmd: appveyor-retry powershell Install-Product node $env:nodejs_version
- cmd: set NODE_OPTIONS=--max_old_space_size=2000
- npm install -g npm@6
- set PATH=%APPDATA%\npm;%PATH%
- node --version && npm --version
- npm install -g cross-env rimraf electron-builder
- npm ci
- npm run test
build_script:
- npm run pack:win:beta