vscode/appveyor.yml

21 lines
397 B
YAML
Raw Normal View History

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