上传预编译的二进制文件


【Uploading precompiled binaries】

这里列出的三个工具允许本地插件开发者和维护者创建并上传二进制文件到公共或私有服务器。这些工具通常与 CI/CD 构建系统(如 Travis CIAppVeyor)集成,用于为各种平台和架构构建和上传二进制文件。然后,这些二进制文件可供没有安装 C/C++ 工具链的用户下载使用。

【The three tools listed here permit native addon developers and maintainers to create and upload binaries to public or private servers. These tools are typically integrated with CI/CD build systems like Travis CI and AppVeyor to build and upload binaries for a variety of platforms and architectures. These binaries are then available for download by users who do not need to have a C/C++ toolchain installed.】