An extension for colcon-core to support rebar3 projects.
For all packages with rebar.config
files:
colcon build
will callrebar3 release
python -m pip install -U git+https://github.com/rosie-project/colcon-rebar3.git
Follow the instructions at https://colcon.readthedocs.io/en/released/developer/bootstrap.html, except in "Fetch the sources" add the following to colcon.repos
:
colcon-rebar3:
type: git
url: https://github.com/rosie-project/colcon-rebar3.git
version: main
After that, run the local_setup
file, build any colcon workspace with rebar3 projects in it, and report any issues!