projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be7f65
)
azure-pipelines.yml: add windows image
author
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 16:12:44 +0000
(18:12 +0200)
committer
Paul Brossier
<piem@piem.org>
Fri, 5 Oct 2018 16:12:44 +0000
(18:12 +0200)
azure-pipelines.yml
patch
|
blob
|
history
diff --git
a/azure-pipelines.yml
b/azure-pipelines.yml
index
ea242cb
..
e340126
100644
(file)
--- a/
azure-pipelines.yml
+++ b/
azure-pipelines.yml
@@
-1,8
+1,18
@@
# configuration file for azure continuous integration
-pool:
- vmImage: 'Ubuntu 16.04'
+jobs:
+- job: linux
+ pool:
+ vmImage: 'Ubuntu 16.04'
-steps:
-- script: |
- make
- displayName: 'make'
+ steps:
+ - script: |
+ make
+ displayName: 'make'
+- job: windows
+ pool:
+ vmIMage: 'VS2017-Win2016'
+
+ steps:
+ - script: |
+ make
+ displayName: 'make'