Split build and package workflows

This commit is contained in:
Robbert van der Helm
2022-04-11 16:10:16 +02:00
parent 5b5bbf19f7
commit e74172b67b
6 changed files with 85 additions and 65 deletions

View File

@@ -1,5 +1,6 @@
# NIH-plug
[![Automated builds](https://github.com/robbert-vdh/nih-plug/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/robbert-vdh/nih-plug/actions/workflows/build.yml?query=branch%3Amaster)
[![Tests](https://github.com/robbert-vdh/nih-plug/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/robbert-vdh/nih-plug/actions/workflows/test.yml?query=branch%3Amaster)
This is a work in progress API-agnostic audio plugin framework written in Rust