azure-pipelines.yml: add basic config
authorPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 16:06:36 +0000 (18:06 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 5 Oct 2018 16:06:36 +0000 (18:06 +0200)
azure-pipelines.yml [new file with mode: 0644]

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644 (file)
index 0000000..ea242cb
--- /dev/null
@@ -0,0 +1,8 @@
+#  configuration file for azure continuous integration
+pool:
+  vmImage: 'Ubuntu 16.04'
+
+steps:
+- script: |
+    make
+  displayName: 'make'