This commit is contained in:
parent
9af82be7f7
commit
c0c9a3ae92
|
@ -31,26 +31,25 @@ strategy:
|
||||||
libfiles: 'libui.so.0'
|
libfiles: 'libui.so.0'
|
||||||
osHeader: 'ui_unix.h'
|
osHeader: 'ui_unix.h'
|
||||||
|
|
||||||
jobs:
|
pool:
|
||||||
- job: $(join('_', [os, arch] + coalesce(toolchain, []) + [libtype]))
|
|
||||||
displayName: $(join(' ', [os, arch] + coalesce(toolchain, []) + [libtype]))
|
|
||||||
pool:
|
|
||||||
vmImage: $(vmImage)
|
vmImage: $(vmImage)
|
||||||
workspace:
|
|
||||||
|
workspace:
|
||||||
clean: all
|
clean: all
|
||||||
steps:
|
|
||||||
- template: azure-pipelines/$(python3Template)
|
steps:
|
||||||
- template: azure-pipelines/install-latest-meson.yml
|
- template: azure-pipelines/$(python3Template)
|
||||||
- template: azure-pipelines/$(depsAndNinjaTemplate)
|
- template: azure-pipelines/install-latest-meson.yml
|
||||||
- template: azure-pipelines/configure.yml
|
- template: azure-pipelines/$(depsAndNinjaTemplate)
|
||||||
|
- template: azure-pipelines/configure.yml
|
||||||
parameters:
|
parameters:
|
||||||
beforeConfigure: $(beforeConfigure)
|
beforeConfigure: $(beforeConfigure)
|
||||||
defaultLibrary: $(libtype)
|
defaultLibrary: $(libtype)
|
||||||
- template: azure-pipelines/build.yml
|
- template: azure-pipelines/build.yml
|
||||||
parameters:
|
parameters:
|
||||||
beforeBuild: $(beforeBuild)
|
beforeBuild: $(beforeBuild)
|
||||||
afterBuild: $(afterBuild)
|
afterBuild: $(afterBuild)
|
||||||
- template: azure-pipelines/$(artifactTemplate)
|
- template: azure-pipelines/$(artifactTemplate)
|
||||||
parameters:
|
parameters:
|
||||||
os: $(os)
|
os: $(os)
|
||||||
arch: $(arch)
|
arch: $(arch)
|
||||||
|
|
Loading…
Reference in New Issue