András Szabó
fd69bfff29
Refactor build workflow to download premake binaries
Updated the build workflow to download premake binaries directly instead of installing via package managers. Adjusted platform matrix from 'wi' to 'win'.
1 month ago
András Szabó
0a282bce3d
Update build workflow for rack-sdk and matrix
Updated the rack-sdk-version to 2.4.0 and modified the build matrix and image used in the GitHub Actions workflow.
1 month ago
András Szabó
a606b760ca
Add debug step for container environment info
Added a debugging step to display container environment details and check for premake5 installation.
1 month ago
András Szabó
28328412e9
Add premake installation step in build workflow
Added a step to install premake for Windows and Linux builds using various package managers or by downloading the binary.
1 month ago
András Szabó
ed7b0e1046
Remove premake5 installation from build.yml
Removed installation step for premake5 from build workflow.
1 month ago
András Szabó
1fdf14aa9b
Add premake5 installation step in build workflow
Added step to install premake5 for Windows/Linux builds.
1 month ago
András Szabó
23e0307982
Change Docker image and disable macOS build job
Updated the Docker image for the build job and disabled the macOS build job.
1 month ago
András Szabó
80aab91907
Add GitHub Actions workflow for VCV Rack plugin build
This workflow builds a VCV Rack plugin for multiple platforms and publishes it if a tag is created. It includes steps for modifying the plugin version, building for Windows, Linux, and macOS, and uploading artifacts.
1 month ago