Welcome to mirror list, hosted at ThFree Co, Russian Federation.

appveyor.yml - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 459e550af38399a907dbb9e76902023811098491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
environment:
  ATOM_SHELL_INTERNAL_RUN_AS_NODE: 1

install:
  - ps: Install-Product node 5.10.1 x64
  - npm install -g gulp mocha

build_script:
  - .\scripts\npm.bat install --force
  - gulp electron
  - gulp compile

test_script:
  - .\scripts\test.bat
  - .\scripts\test-integration.bat