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

cmake generated files for the workflows in iPlugOOS temmplate project #7

Open
wants to merge 1 commit into
base: cmake
Choose a base branch
from

Conversation

erikgrahn13
Copy link

Be able to use cmake generated files for github actions.
Source files and resources therefore only needed to be added in the CMakeLists.txt file to be able to build for all solutions.

The build still uses the scripts in Template project but the cmake generated files are used instead of the source controlled project files.
The PR in iPlug2 iPlug2/iPlug2#932 needs to be merged as well for the makedist scripts to work.

@olilarkin
Copy link
Member

olilarkin commented Mar 3, 2023

thanks for this! i am currently updating the CI scripts for iPlug2 OOS and will get your stuff working with the new changes

@erikgrahn13
Copy link
Author

erikgrahn13 commented Mar 19, 2023

Awesome man!

I use the iPlug2OOS template as the workspace directory for all of my plugins. So I have modified and made some nice changes to the github action scripts to be able to run every plugin by using matrixes and therefore all plugins can benefit from the same jobs without having to hardcode anything (as it is with TemplateProject as default)

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.

None yet

2 participants