mirror of
https://gitee.com/zyjblog/oatpp.git
synced 2024-12-22 22:16:37 +08:00
azure-pipelines - strategy matrix
This commit is contained in:
parent
a0bead87dd
commit
af6933fa1e
@ -8,7 +8,19 @@ jobs:
|
||||
displayName: 'Build - Ubuntu 16.04'
|
||||
continueOnError: false
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
vmImage: 'ubuntu-16.04'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
ubuntu14:
|
||||
containerImage: ubuntu:14.04
|
||||
ubuntu16:
|
||||
containerImage: ubuntu:16.04
|
||||
ubuntu18:
|
||||
containerImage: ubuntu:18.04
|
||||
|
||||
container: $[ variables['containerImage'] ]
|
||||
|
||||
workspace:
|
||||
clean: all
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user