mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28: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
|
- yarn
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
- if [[ "$TRAVIS_BRANCH" == "canary" ]]; then cp build/canary.icns build/icon.icns; fi
|
||||||
- yarn run dist
|
- yarn run dist
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
|
|
|
||||||
|
|
@ -27,5 +27,6 @@ test_script:
|
||||||
- yarn run test
|
- yarn run test
|
||||||
|
|
||||||
on_success:
|
on_success:
|
||||||
|
- IF %APPVEYOR_REPO_BRANCH%==canary cp build\canary.ico build\icon.ico
|
||||||
- yarn run dist
|
- yarn run dist
|
||||||
- ps: ls .\dist\win\*.exe | % { Push-AppveyorArtifact $_.FullName }
|
- 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:
|
override:
|
||||||
- yarn
|
- yarn
|
||||||
|
|
||||||
|
checkout:
|
||||||
|
post:
|
||||||
|
- if [[ "$CIRCLE_BRANCH" == "canary" ]]; then cp build/canary.icns build/icon.icns; fi
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- yarn test
|
- yarn test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue