aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorakshitkrnagpal <akshitkrnagpal@gmail.com>2018-07-08 02:18:28 +0530
committerSaúl Ibarra Corretgé <s@saghul.net>2018-07-13 07:54:41 +0200
commit04fb2fdcacbe8fe15d91cb0e78d543930057a627 (patch)
tree2a07afe64a26af9725118038acdd313be6eaba1d /appveyor.yml
parent019921ffe61eb11438cca24db3fcf0b5f558b0f2 (diff)
Added .travis.yml and appveyor.yml for automatic release
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 0000000..433c9a5
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,15 @@
+image: Visual Studio 2017
+
+platform:
+ - x64
+
+cache:
+ - node_modules
+ - '%USERPROFILE%\.electron'
+
+install:
+ - ps: Install-Product node 8 x64
+ - npm install
+
+build_script:
+ - npm run dist \ No newline at end of file