summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
blob: 7aa2b48d7bf28de7308768b2306131361eac07e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
environment:
  ELECTRON_RUN_AS_NODE: 1
  VSCODE_BUILD_VERBOSE: true
  nodejs_version: "6"

branches:
  only:
    - master

image: Visual Studio 2015

install:
  - ps: Install-Product node $env:nodejs_version
  - npm install
  - set path=%programfiles(x86)%\\Microsoft SDKs\TypeScript\2.4;%path%

build_script:
  - npm run vscode:prepublish

test_script:
  - npm run test