azure-pipelines.yml


Log

Author Commit Date CI Message
Adrian Perez de Castro d2f2e6fd 2019-08-12T23:14:25 CI: Add build instructions for Windows Signed-off-by: Ran Benita <ran@unusedvar.com>
Ran Benita 92a7aba6 2019-12-28T16:05:04 ci: use consistent python for all jobs Signed-off-by: Ran Benita <ran@unusedvar.com>
Adrian Perez de Castro b30bf21c 2019-08-12T23:14:25 CI: some tweaks [ran: extracted generic bits from Windows commit.] Signed-off-by: Ran Benita <ran@unusedvar.com>
Ran Benita 25cd67da 2019-08-10T14:11:36 build: remove autotools build We introduced meson 2 years ago, hopefully that's was enough time for everyone to convert. Signed-off-by: Ran Benita <ran@unusedvar.com>
Ran Benita d486b542 2019-08-09T23:07:28 Set up CI with Azure Pipelines [skip ci]
Adrian Perez de Castro f796bbb8 2019-08-06T17:25:25 CI: Try builds both with Clang and GCC
Adrian Perez de Castro 510cbdd2 2019-08-06T16:55:41 CI: Enable a macOS job
Adrian Perez de Castro af22f9dc 2019-08-06T16:24:43 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.
Adrian Perez de Castro ef74ee1b 2019-08-06T15:34:37 CI: Split Meson build steps into a separate YAML file
Adrian Perez de Castro 7413c6f5 2019-08-06T12:25:29 CI: Save the Meson logs as downloadable files This uploads the files saves to meson-build/meson-logs/ and associates them to the pipeline task, which makes them availabl for download in the Azure Pipelines web interface.
Adrian Perez 69651bf7 2019-08-06T11:53:02 CI: Initial set up to use Azure Pipelines For the moment, configure only basic builds with Ubuntu 16.04, more to be added as follow-ups. [skip ci]