exporting Pc versions on mac
-
currently just using my Mac book pro to build my projects but not to sure how i can get a PC build without having to go purchase a PC lol. any help would be greatly appreciated !
-
@sodanswishers said in exporting Pc versions on mac:
but not to sure how i can get a PC build without having to go purchase a PC lol. any help would be greatly appreciated !
You can use a virtual machine.
-
@sodanswishers Running Windows on Parallels. You can also set up Github Actions to export the plugins on all three systems.
-
@aaronventure how can i create the GitHub action ? i didn't want to use parallel just not to familiar with virtual machines and don't want to save anything in the wrong location and possibly corrupt something on accident
-
@sodanswishers check out how HISE's actions are set up for testing commits.
for setting up IPP via Github Actions specifically if you need it on Windows, check this out https://github.com/sudara/pamplejuce/blob/main/.github/workflows/build_and_test.yml
-
@sodanswishers I'm on Mac and just installed the Parallels trial. Seems fairly straightforward.
But I'm also very interested in using GitHub actions for building Windows plugins. I have them set up already for building Mac AU/VST but no idea where to start with Windows builds. I'll dig into the HISE actions a bit more.
@aaronventure Thanks for the IPP tip!
-
@dannytaurus Give this a look, too
HISE/.github/workflows/build_installer.yml at develop 路 christophhart/HISE
The open source framework for sample based instruments - HISE/.github/workflows/build_installer.yml at develop 路 christophhart/HISE
GitHub (github.com)