1 Star 0 Fork 0

baiban8 / mqtt_client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 763 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lennart Reiher 提交于 2023-09-18 09:58 . always use docker-ros main commit
ros:
trigger:
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
strategy: depend
variables:
IMAGE_TAG: ros
BASE_IMAGE: rwthika/ros:latest
COMMAND: roslaunch mqtt_client standalone.launch
PLATFORM: amd64,arm64
TARGET: dev,run
ENABLE_INDUSTRIAL_CI: 'true'
ros2:
trigger:
include:
- remote: https://raw.githubusercontent.com/ika-rwth-aachen/docker-ros/main/.gitlab-ci/docker-ros.yml
strategy: depend
variables:
IMAGE_TAG: ros2
BASE_IMAGE: rwthika/ros2:latest
COMMAND: ros2 launch mqtt_client standalone.launch.ros2.xml
PLATFORM: amd64,arm64
TARGET: dev,run
ENABLE_INDUSTRIAL_CI: 'true'
ENABLE_PUSH_AS_LATEST: 'true'
1
https://gitee.com/baibansk/mqtt_client.git
git@gitee.com:baibansk/mqtt_client.git
baibansk
mqtt_client
mqtt_client
main

搜索帮助