This commit is contained in:
Pietro Gagliardi 2019-04-07 17:06:23 -04:00
parent 9af82be7f7
commit c0c9a3ae92
1 changed files with 26 additions and 27 deletions

View File

@ -31,13 +31,12 @@ strategy:
libfiles: 'libui.so.0'
osHeader: 'ui_unix.h'
jobs:
- job: $(join('_', [os, arch] + coalesce(toolchain, []) + [libtype]))
displayName: $(join(' ', [os, arch] + coalesce(toolchain, []) + [libtype]))
pool:
vmImage: $(vmImage)
workspace:
clean: all
steps:
- template: azure-pipelines/$(python3Template)
- template: azure-pipelines/install-latest-meson.yml