ShadowNode icon indicating copy to clipboard operation
ShadowNode copied to clipboard

Provide public pre-built binaries

Open legendecas opened this issue 6 years ago • 4 comments

Right now there is no such binaries to be downloaded to be used in add-on projects CI or get new comings started easily.

Possible pre-build target platforms:

  • [x] linux x86
  • [x] linux x64
  • [x] macOS x64
  • [ ] aarch64
  • [ ] armhf-openwrt

legendecas avatar Jul 11 '18 12:07 legendecas

Let's support 2, 3 and 4?

yorkie avatar Jul 12 '18 07:07 yorkie

BTW, we could use Travis' Github Release Uploading feature to complete this, but not sure if this could work with matrix config flawlessly.

yorkie avatar Jul 12 '18 11:07 yorkie

Build stages can be used to split test phase and deploy phase as documented here https://docs.travis-ci.com/user/build-stages/

legendecas avatar Jul 12 '18 16:07 legendecas

This looks like an elegant way to work it out, found another docs about combing stage with matrix: https://docs.travis-ci.com/user/build-stages/matrix-expansion/, it seems only adds deploy job at the bottom of the yml config :)

yorkie avatar Jul 12 '18 17:07 yorkie