ros2 ci:使用GitHub Actions构建和测试ROS 2项目 源码
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.zip
(预估有个8文件)
ros2-ci-master
LICENSE
1KB
.github
workflows
test-ros2-ci.yml
319B
README.md
874B
action.yml
351B
docker
Dockerfile
135B
entrypoint.sh
244B
暂无评论