aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: c367baeb33a309df442c7bbd5cfa64977608b2a0 (plain) (blame)
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
environment:
  APPVEYOR_CACHE_SKIP_RESTORE: true

version: 5.4.0.{build}

install:
  - git submodule update --init --recursive
  - ps: Install-Product node 10
  - npx lerna bootstrap

cache:
  - '%APPDATA%\npm-cache'

before_build:
  - npm run lint
  - cmd: set NODE_ENV=production

build_script:
  - npm run build

branches:
  except:
    - i18n
    - l10n_master
    - l10n_develop

for:
  - branches:
      only:
        - master
        - /v\d*\.\d*\.\d*/
        - /v\d*\.\d*\.\d*-beta\.\d*/
    artifacts:
      - path: out\*.exe
      - path: out\*.yml