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

VST support for macOS. #70

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
For CI, avoid brew update.
  • Loading branch information
fefal64 committed Jul 11, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit ba9717c8fe9174ba8e271ccc8dfd05c4a004a513
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ for:
Expand-Archive "vstsdk.zip" "/private/tmp"
& git apply -p2 --unsafe-paths --directory /private/tmp Data/vstgui.patch
}
- brew install libgsm
- HOMEBREW_NO_AUTO_UPDATE=1 brew install libgsm
build_script:
- cmake -B build -G Xcode -DVSTSDK3_DIR="/private/tmp/VST3 SDK"
- xcodebuild -project build/WaveSabre.xcodeproj -scheme ALL_BUILD -configuration Release build