Skip to content

Fix doxygen, split up CI jobs #68

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

Merged
merged 3 commits into from
Jul 18, 2021
Merged

Fix doxygen, split up CI jobs #68

merged 3 commits into from
Jul 18, 2021

Conversation

Donkie
Copy link
Contributor

@Donkie Donkie commented Jul 18, 2021

  1. Fixed doxygen by adding a step where all src/ files are moved into the root folder. Adafruit's doxygen config is set to only look for code files in the root directory. This is bit of an ugly hack but it's the least invasive one. Alternatively, the src/ files should just be moved into the root like all other adafruit libraries. Alternatively, adafruit's doxygen config should be updated to also look for files in the src/ dir.
  2. Updated files so doxygen doesn't complain anymore now that it actually can find the files.
  3. Split the github CI jobs up abit, since they can and should be run independently. (Also, the doxygen fix moving the files breaks the examples for some reason so it's good to isolate that fix to just the doxygen job)

@ladyada
Copy link
Member

ladyada commented Jul 18, 2021

wow thank you! didnt even notice this stopped doxygening!

@ladyada ladyada merged commit 8b43062 into adafruit:master Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants