acids-ircam / rave_vst

Other
184 stars 28 forks source link

Add CI build for Ubuntu #4

Closed carlthome closed 2 years ago

carlthome commented 2 years ago

Was very excited to try out this VST when I saw this tweet!

Didn't find any readily available builds however, so I started building with act and figured you might want to incl. CI/CD in this repo, so here's what worked for Ubuntu builds. I basically copy+paste:d the README instructions, but had to change some package names due to differences between Fedora and Debian.

carlthome commented 2 years ago

:heavy_check_mark: Tested to work on fork https://github.com/carlthome/rave_vst/actions/runs/2200370848

ZodiacFRA commented 2 years ago

Hello! Thank you for this :) I don't get the purpose of installing nodejs and pkg-config? Is it needed by the CI pipeline?

carlthome commented 2 years ago

Ah, was gonna mention why those were also needed but figured it was too much low-level info.

Removing them worked fine too: https://github.com/carlthome/rave_vst/runs/6111974414

ZodiacFRA commented 2 years ago

Thank you very much!