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

azure-pipelines.yml (458B)


      1 # Starter pipeline
      2 # Start with a minimal pipeline that you can customize to build and deploy your code.
      3 # Add steps that build, run tests, deploy, and more:
      4 # https://aka.ms/yaml
      5 
      6 trigger:
      7 - main
      8 
      9 pool:
     10   vmImage: ubuntu-latest
     11 
     12 steps:
     13 - script: echo Hello, world!
     14   displayName: 'Run a one-line script'
     15 
     16 - script: |
     17     echo Add other tasks to build, test, and deploy your project.
     18     echo See https://aka.ms/yaml
     19   displayName: 'Run a multi-line script'