File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build VCV Rack Plugin
22on : [push, pull_request]
33
44env :
5- rack-sdk-version : 1.1.6
5+ rack-sdk-version : 2.0.2
66
77defaults :
88 run :
@@ -17,16 +17,19 @@ jobs:
1717 config :
1818 - {
1919 name : Linux,
20+ sdk-platform : lin,
2021 os : ubuntu-latest,
2122 prepare-os : sudo apt update && sudo apt install -y libglu-dev
2223 }
2324 - {
2425 name : MacOS,
26+ sdk-platform : mac,
2527 os : macos-latest,
2628 prepare-os : " "
2729 }
2830 - {
2931 name : Windows,
32+ sdk-platform : win,
3033 os : windows-latest,
3134 prepare-os : export CC=gcc
3235 }
3740 - name : Get Rack-SDK
3841 run : |
3942 pushd $HOME
40- curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}.zip
43+ curl -o Rack-SDK.zip https://vcvrack.com/downloads/Rack-SDK-${{ env.rack-sdk-version }}-${{ matrix.config.sdk-platform }} .zip
4144 unzip Rack-SDK.zip
4245 - name : Patch plugin.mk, use 7zip on Windows
4346 if : runner.os == 'Windows'
Original file line number Diff line number Diff line change 11{
22 "slug" : " MyPlugin" ,
33 "name" : " MyPlugin" ,
4- "version" : " 1 .0.2 " ,
4+ "version" : " 2 .0.0 " ,
55 "license" : " GPL-3.0-or-later" ,
66 "brand" : " MyBrand" ,
77 "author" : " Me" ,
You can’t perform that action at this time.
0 commit comments