Commit 740a08b7 authored by 神楽坂玲奈's avatar 神楽坂玲奈

appveyor

parent 7260decc
version: '{build}' version: '{build}'
platform: platform:
- x86
- x64 - x64
cache: cache:
...@@ -13,7 +14,7 @@ init: ...@@ -13,7 +14,7 @@ init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
install: install:
- ps: Install-Product node 6 x64 - ps: Install-Product node 6 $env:platform
- git reset --hard HEAD - git reset --hard HEAD
- npm install npm -g - npm install npm -g
- npm install electron-builder - npm install electron-builder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment