vscode/appveyor.yml

21 lines
397 B
YAML
Raw Normal View History

2015-11-24 19:43:35 +01:00
environment:
ELECTRON_RUN_AS_NODE: 1
2016-07-19 11:37:20 +02:00
VSCODE_BUILD_VERBOSE: true
2015-11-24 19:43:35 +01:00
2017-10-02 03:58:53 +02:00
cache:
2017-11-15 15:49:09 +01:00
- '%LOCALAPPDATA%\Yarn\cache'
2017-10-02 03:58:53 +02:00
2015-11-24 19:43:35 +01:00
install:
2017-11-15 15:49:09 +01:00
- ps: Install-Product node 8.9.1 x64
2015-11-24 19:43:35 +01:00
build_script:
2017-11-15 15:49:09 +01:00
- yarn
2017-10-02 07:12:27 +02:00
- .\node_modules\.bin\gulp electron
- .\node_modules\.bin\tsc -p .\src\tsconfig.monaco.json --noEmit
2017-02-09 11:08:37 +01:00
- npm run compile
2015-11-24 19:43:35 +01:00
test_script:
2016-09-01 11:38:08 +02:00
- node --version
2016-01-11 16:14:46 +01:00
- .\scripts\test.bat
2016-04-29 09:04:50 +02:00
- .\scripts\test-integration.bat