Any experiences about release client binary library? (windows, macos, and linux)

2021-01-18 Thread Xiangdong Huang
Hi, We have released Python client on Pypi, and Users can get Go client directly from github.com/apache/iotdb-client-go. But we have not released c++ client binary library (compiled on Win, Mac, and Linux). Does someone has experience to release that using Apache Infra? or know which Apache proj

Re: Any experiences about release client binary library? (windows, macos, and linux)

2021-02-10 Thread kezhenxu94@apache
Hey, as for releasing binaries for multiple platforms, we SkyWalking community have done this (compiled from Go language though). Here is how the release looks like: https://dist.apache.org/repos/dist/release/skywalking/cli/ Here is how we build the binaries: https://github.com/apache/skywalkin