Add canary icons and setup CIs

This commit is contained in:
CHaBou 2017-09-20 01:09:39 +02:00
parent 14036e9094
commit 43242cf663
No known key found for this signature in database
GPG key ID: EF8D073B729A0B33
5 changed files with 6 additions and 0 deletions

View file

@ -33,6 +33,7 @@ install:
- yarn
after_success:
- if [[ "$TRAVIS_BRANCH" == "canary" ]]; then cp build/canary.icns build/icon.icns; fi
- yarn run dist
branches:

View file

@ -27,5 +27,6 @@ test_script:
- yarn run test
on_success:
- IF %APPVEYOR_REPO_BRANCH%==canary cp build\canary.ico build\icon.ico
- yarn run dist
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }

BIN
build/canary.icns Normal file

Binary file not shown.

BIN
build/canary.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

View file

@ -13,6 +13,10 @@ dependencies:
override:
- yarn
checkout:
post:
- if [[ "$CIRCLE_BRANCH" == "canary" ]]; then cp build/canary.icns build/icon.icns; fi
test:
override:
- yarn test