Add appveyor
This commit is contained in:
parent
65362e9a81
commit
07235837b4
1 changed files with 18 additions and 0 deletions
18
appveyor.yml
Normal file
18
appveyor.yml
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue