jurplel / install-qt-action

Install Qt on your Github Actions workflows with just one simple action
MIT License
455 stars 78 forks source link

Add options to install source, docs, and examples #179

Closed ddalcino closed 1 year ago

ddalcino commented 1 year ago

Fix #87

The code for installing source is very similar to the code that installs examples and docs, so I went ahead and implemented all of them.

This PR probably includes more refactoring than it should, but I was careful to keep all the refactors in their own commits, in case you want to move them to a separate PR. This PR would be too tedious for me to write without using these refactors, so they're included anyway.

Please see the changes to the README.md for a discussion of all the new features added here.

jurplel commented 1 year ago

If you fix the merge conflict I will merge it.

Sorry for the delay, life at university is busy as always.

ddalcino commented 1 year ago

If you fix the merge conflict I will merge it.

Sorry for the delay, life at university is busy as always.

@jurplel all merge conflicts are now resolved.