GuitarML / plugin-ci-example

An example of an audio plugin with Continuous Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplePlugin

CI CI-Projucer

License

Testing CI with new commit

This repository contains a simple audio plugin with examples for how to use various Continuous Integration services.

Currently the following CI services are supported:

  • GitHub Actions

Building

To build from scratch, you must have CMake installed.

# Clone the repository
$ git clone https://github.com/jatinchowdhury18/plugin-ci-example.git
$ cd plugin-ci-example

# initialize and set up submodules
$ git submodule update --init --recursive

# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release

License

The code in this repository is open source, and is licensed under the BSD 3-clause license. Enjoy!

About

An example of an audio plugin with Continuous Integration

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 29.9%Language:CMake 23.6%Language:Inno Setup 23.0%Language:C++ 22.0%Language:PowerShell 0.8%Language:C 0.6%