Merge pull request #51 from cutls/WIP-(before-CI)

Wip (before ci)
This commit is contained in:
Cutls 2019-04-12 23:37:14 +09:00 committed by GitHub
commit 35e262293d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,7 @@
os: windows
os: osx
language: node_js
node_js:
- '10.15.2'
script: node -v
before_deploy:
- brew update
- npm install electron-builder -g
@ -11,8 +10,6 @@ before_deploy:
- electron-builder --mac --x64
- mv ../build/TheDesk*.dmg ../TheDesk.dmg
- mv ../build/TheDesk*.zip ../TheDesk-darwin-x64.zip
- ls ../build/
- ls ../
- cd ../
deploy:
provider: releases
@ -25,4 +22,7 @@ deploy:
- TheDesk-darwin-x64.zip
skip_cleanup: true
on:
repo: cutls/TheDesk
repo: cutls/TheDesk
branches:
only:
- master