Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

bergercookie
Copy link
Contributor

Current PR serves two purposes:

  • It migrates to the relatively new "Github Actions" CI framework of github
  • It adds a toy test package under test/rust-sample-package which during CI we can build using colcon and the colcon-cargo extension. This way we can be sure that the basic functionality of colcon-cargo always works.

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
Copy link
Contributor Author

Current PR addresses issue #11.

Also includes:

    Add sample rust app - compile as part of CI
@esteve
Copy link
Contributor

esteve commented Apr 22, 2021

@bergercookie thanks!

@esteve esteve merged commit 3a1dfbf into colcon:master Apr 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants