colcon / colcon-cargo

An extension for colcon-core to support Rust projects built with Cargo
http://colcon.readthedocs.io
Apache License 2.0
30 stars 20 forks source link

Migrate to Github CI, test rust package compilation during CI #14

Closed bergercookie closed 3 years ago

bergercookie commented 3 years ago

Current PR serves two purposes:

P.S. I'm running the tests in a matrix structure so that we can potentially test more combinations of Ubuntu, Python and/or rust packages in the future. Currently the matrix includes only Ubuntu 20.04 and Python 3.8

Here's how a test runs looks: https://github.com/bergercookie/colcon-cargo/runs/1400198382?check_suite_focus=true

bergercookie commented 3 years ago

Current PR addresses issue https://github.com/colcon/colcon-cargo/issues/11.

esteve commented 3 years ago

@bergercookie thanks!