pull/110/head
openbuilds-engineer 2018-07-11 15:52:10 +02:00
rodzic a08d337d24
commit 9821a9595d
2 zmienionych plików z 21 dodań i 2 usunięć

Wyświetl plik

@ -4,11 +4,10 @@ matrix:
- os: osx
osx_image: xcode9.3
language: node_js
node_js: "9"
node_js: "7"
env:
- ELECTRON_CACHE=$HOME/.cache/electron
- ELECTRON_BUILDER_CACHE=$HOME/.cache/electron-builder
- os: linux
services: docker
language: generic

20
appveyor.yml 100644
Wyświetl plik

@ -0,0 +1,20 @@
image: Visual Studio 2017
platform:
- x64
cache:
- node_modules
- '%USERPROFILE%\.electron'
init:
- git config --global core.autocrlf input
install:
- ps: Install-Product node 7 x64
- npm install
build_script:
- npm run ship
test: off