projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93bcc45
)
azure-pipelines.yml: add basic config
author
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 16:06:36 +0000
(18:06 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 16:06:36 +0000
(18:06 +0200)
azure-pipelines.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/azure-pipelines.yml
b/azure-pipelines.yml
new file mode 100644
(file)
index 0000000..
ea242cb
--- /dev/null
+++ b/
azure-pipelines.yml
@@ -0,0
+1,8
@@
+# configuration file for azure continuous integration
+pool:
+ vmImage: 'Ubuntu 16.04'
+
+steps:
+- script: |
+ make
+ displayName: 'make'