shithub: aubio

Download patch

ref: 0be7f659089b44ee9ec499a23e6d59da0761a5c1
parent: 93bcc4582abc2c8114841e6f182ea9cc9b6da420
author: Paul Brossier <piem@piem.org>
date: Fri Oct 5 14:06:36 EDT 2018

azure-pipelines.yml: add basic config

--- /dev/null
+++ b/azure-pipelines.yml
@@ -1,0 +1,8 @@
+#  configuration file for azure continuous integration
+pool:
+  vmImage: 'Ubuntu 16.04'
+
+steps:
+- script: |
+    make
+  displayName: 'make'