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: 75a06cf7baceac74d085005ad95bd4fbb3aebf79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
environment:
  ATOM_SHELL_INTERNAL_RUN_AS_NODE: 1

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

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

test_script:
  - .\scripts\test.bat