From 07235837b487b9d5ff4afaa3f35a5d51ae38f9e0 Mon Sep 17 00:00:00 2001 From: lilia Date: Wed, 3 May 2017 14:43:04 -0700 Subject: [PATCH] Add appveyor --- appveyor.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000000..67284d6f8e --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,18 @@ +platform: + - x64 + +cache: + - node_modules + - '%LOCALAPPDATA%\electron\Cache' + +install: + - set PATH=C:\Ruby23-x64\bin;%PATH% + - ps: Install-Product node 6 x64 + - gem install sass + - yarn install + +test_script: + - yarn test + +build_script: + - yarn travis-build