Skip to content

An extension for colcon-core to support rebar3 projects

Notifications You must be signed in to change notification settings

rosie-project/colcon-rebar3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

colcon-rebar3

An extension for colcon-core to support rebar3 projects.

Features

For all packages with rebar.config files:

  • colcon build will call rebar3 release

Try it out

Using pip

python -m pip install -U git+https://github.com/rosie-project/colcon-rebar3.git

From source

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!

About

An extension for colcon-core to support rebar3 projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages