gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit f24c48e8d32e8483bd2144a699d55b2574441acf
parent 5e0144f98192e7b16df2903c434cfca0fc32aa49
Author: dsp56300 <87139854+dsp56300@users.noreply.github.com>
Date:   Sun, 28 Apr 2024 20:31:45 +0200

Set up CI with Azure Pipelines

[skip ci]
Diffstat:
Aazure-pipelines.yml | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -0,0 +1,19 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- script: echo Hello, world! + displayName: 'Run a one-line script' + +- script: | + echo Add other tasks to build, test, and deploy your project. + echo See https://aka.ms/yaml + displayName: 'Run a multi-line script'