diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..a52d318 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,17 @@ +environment: + ELECTRON_RUN_AS_NODE: 1 + VSCODE_BUILD_VERBOSE: true + nodejs_version: "6" + +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
\ No newline at end of file |