ShadowNode
ShadowNode copied to clipboard
Provide public pre-built binaries
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
Let's support 2, 3 and 4?
BTW, we could use Travis' Github Release Uploading feature to complete this, but not sure if this could work with matrix config flawlessly.
Build stages can be used to split test phase and deploy phase as documented here https://docs.travis-ci.com/user/build-stages/
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 :)