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

version: 5.0.1.{build}

install:
  - ps: Install-Product node 10
  - npx lerna bootstrap

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

before_build:
  - npm run lint
  - npm run test

build_script:
  - npm run build

artifacts:
  - path: out\*.exe
  - path: out\*.yml

branches:
  except:
    - i18n