Skip to content

CI

CI #1487

Workflow file for this run

name: CI
on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
industrial_ci:
strategy:
matrix:
env:
- ROS_DISTRO: melodic
ROS_REPO: testing
ROSDEP_SKIP_KEYS: 'vive_ros baxter_core_msgs baxtereus influxdb_store python-serial'
UPSTREAM_WORKSPACE: '.ci.rosinstall'
- ROS_DISTRO: melodic
ROS_REPO: main
ROSDEP_SKIP_KEYS: 'vive_ros baxter_core_msgs baxtereus influxdb_store python-serial'
UPSTREAM_WORKSPACE: '.ci.rosinstall'
- ROS_DISTRO: noetic
ROS_REPO: testing
ROSDEP_SKIP_KEYS: 'vive_ros baxter_core_msgs baxtereus influxdb_store python-serial'
UPSTREAM_WORKSPACE: '.ci.rosinstall'
- ROS_DISTRO: noetic
ROS_REPO: main
ROSDEP_SKIP_KEYS: 'vive_ros baxter_core_msgs baxtereus influxdb_store python-serial'
UPSTREAM_WORKSPACE: '.ci.rosinstall'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}