Skip to content

FlexBE/flexbe_ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Continuous integration for FlexBE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages