ros2-ci:使用GitHub Actions构建和测试ROS 2项目

时间:2024-03-26 09:18:38
【文件属性】:

文件名称:ros2-ci:使用GitHub Actions构建和测试ROS 2项目

文件大小:4KB

文件格式:ZIP

更新时间:2024-03-26 09:18:38

docker continuous-integration actions ros2 github-actions

ROS 2持续集成 使用构建和测试项目。 用法 在.github/workflows上创建具有以下内容的新工作流配置: name : ROS 2 CI on : pull_request : branches : - master push : branches : - master jobs : build-and-test : runs-on : ubuntu-latest name : Build and test the project steps : - name : Checkout uses : actions/checkout@v2.3.4 - name : Build and test uses : threeal/ros2-ci@v0.2


【文件预览】:
ros2-ci-master
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(874B)
----action.yml(351B)
----docker()
--------Dockerfile(135B)
--------entrypoint.sh(244B)
--------ros2()

网友评论