Skip to content

Commit

Permalink
Update library_generation.yml (micro-ROS#52)
Browse files Browse the repository at this point in the history
* Update library_generation.yml

* Update README.md
  • Loading branch information
pablogs9 authored Dec 1, 2020
1 parent 9f5003e commit 6b38992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/library_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "::set-output name=date::$(date +'%d-%m-%Y %H:%M')"
- name: Update libraries
run: |
docker run --rm -v $(pwd):/arduino_project microros/micro_ros_arduino_builder:latest
docker run --rm -v $(pwd):/arduino_project microros/micro_ros_arduino_builder:foxy
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ docker run -it --rm -v /dev:/dev --privileged --net=host microros/micro-ros-agen

<!--
pushd extras/library_generation
docker build . -t micro_ros_arduino_builder
docker build . -t micro_ros_arduino_builder:foxy
popd
-->

```bash
docker run -it --rm -v $(pwd):/arduino_project microros/micro_ros_arduino_builder
docker pull microros/micro_ros_arduino_builder:foxy
docker run -it --rm -v $(pwd):/arduino_project microros/micro_ros_arduino_builder:foxy
```
Note that folders added to `extras/library_generation/extra_packages` and entries added to `extras/library_generation/extra_packages/extra_packages.repos` will be taken into account by this build system.

Expand Down

0 comments on commit 6b38992

Please sign in to comment.