mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Add canary icons and setup CIs
This commit is contained in:
parent
14036e9094
commit
43242cf663
5 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
BIN
build/canary.icns
Normal file
Binary file not shown.
BIN
build/canary.ico
Normal file
BIN
build/canary.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 361 KiB |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue