aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml20
1 files changed, 3 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 5d2e0c6bd..ff32387a6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,13 +1,9 @@
1environment: 1environment:
2 APPVEYOR_CACHE_SKIP_RESTORE: true 2 APPVEYOR_CACHE_SKIP_RESTORE: true
3 3
4version: 5.0.1.{build} 4version: 5.4.1-beta.4.{build}
5 5
6install: 6install:
7 - ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
8 - ps: $fileContent += $env:priv_key.Replace(' ', "`n")
9 - ps: $fileContent += "`n-----END RSA PRIVATE KEY-----`n"
10 - ps: Set-Content $env:userprofile\.ssh\id_rsa $fileContent
11 - git submodule update --init --recursive 7 - git submodule update --init --recursive
12 - ps: Install-Product node 10 8 - ps: Install-Product node 10
13 - npx lerna bootstrap 9 - npx lerna bootstrap
@@ -17,7 +13,7 @@ cache:
17 13
18before_build: 14before_build:
19 - npm run lint 15 - npm run lint
20 - npm run test 16 - cmd: set NODE_ENV=production
21 17
22build_script: 18build_script:
23 - npm run build 19 - npm run build
@@ -26,14 +22,4 @@ branches:
26 except: 22 except:
27 - i18n 23 - i18n
28 - l10n_master 24 - l10n_master
29 - l10n_develop 25 - l10n_develop \ No newline at end of file
30
31for:
32 - branches:
33 only:
34 - master
35 - /v\d*\.\d*\.\d*/
36 - /v\d*\.\d*\.\d*-beta\.\d*/
37 artifacts:
38 - path: out\*.exe
39 - path: out\*.yml