summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2017-10-06 17:34:19 +0200
committerChristoph Schlosser <christoph@linux.com>2017-10-06 17:35:18 +0200
commitcf5e94e992237bc2f32f0ec92c6babb4b93de612 (patch)
treeec5558e80268aaaee9acf92a877a06b562877f45 /appveyor.yml
downloaddoxdocgen-cf5e94e992237bc2f32f0ec92c6babb4b93de612.tar.gz
Initial files
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml17
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