Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 535 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 535 Bytes

FlexBE CI

Github Actions Usage !

Build Status

Copy the file .github/workflows/main.yml into the .github/workflows folder of your repo and name it, e.g., flexbe_ci.yml.

Substitute

run: |
  ln -s $GITHUB_WORKSPACE ~/flexbe_ci
  source ~/flexbe_ci/setup.bash $ROS_DISTRO

by

run: |
  git clone -b $BRANCH_NAME https://github.com/FlexBE/flexbe_ci.git ~/flexbe_ci
  source ~/flexbe_ci/setup.bash $ROS_DISTRO