返回介绍

测试和持续集成 - 持续集成

发布于 2020-07-27 14:09:26 字数 1825 浏览 939 评论 0 收藏 0


translated_page: https://github.com/PX4/Devguide/blob/master/en/test_and_ci/continous_integration.md

translated_sha: 95b39d747851dd01c1fe5d36b24e59ec865e323e

PX4 Continuous Integration

PX4 builds and testing are spread out over multiple continuous integration services.

Travis-ci

Travis-ci is responsible for the official stable/beta/development binaries that are flashable through QGroundControl. It currently uses GCC 4.9.3 included in the docker image px4io/px4-dev-base and compiles px4fmu-{v1, v2, v4}, mindpx-v2, tap-v1 with makefile target qgc_firmware.

Travis-ci also has a MacOS posix sitl build which includes testing.

Semaphore

Semaphore is primarily used to compile changes for the Qualcomm Snapdragon platform, but also serves as a backup to Travis-ci using the the same px4io/px4-dev-base docker image. In addition to the set of firmware compiled by Travis-ci, Semaphore also builds for the stm32discovery, crazyflie, runs unit testing, and verifies code style.

CircleCI

CircleCI tests the proposed next version of GCC to be used for stable firmware releases using the docker image px4io/px4-dev-nuttx-gcc_next. It uses the makefile target quick_check which compiles px4fmu-v4_default, posix_sitl_default, runs testing, and verifies code style.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文