CI: Make Autotools and Meson builds parallel
authorAdrian Perez de Castro <aperez@igalia.com>
Tue, 6 Aug 2019 13:24:43 +0000 (16:24 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 9 Aug 2019 20:01:27 +0000 (23:01 +0300)
commitaf22f9dc2217692b612786f9f24eba44976909db
treed8794045cf1980ba4d1cbba154c9e2a7831030a3
parent789bd05c3587972b4f3c8f06a9714271606ee0bc
CI: Make Autotools and Meson builds parallel

This splits the steps for installing dependencies into a new template
file, as well as the build steps for Autotools. Both gets used to define
two jobs which can run in parallel for both build systems.
.azure-pipelines/steps/autotools.yml [new file with mode: 0644]
.azure-pipelines/steps/dependencies-linux.yml [new file with mode: 0644]
azure-pipelines.yml