aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-12-09azure: Add msys2 clang to test matrixJon Turney1-2/+11
The clang package depends on the gcc package, so we need to explicitly select the compiler (as the priority order built into meson will prefer gcc to clang) v2: ensure $(MSYS2-ARCH)-pkg-config is installed
2018-11-27azure-pipelines: install cmake in msys2Christoph Reiter1-1/+9
Recent test changes depend on cmake being available.
2018-11-26CI: port msys2 jobs from appveyor to azure-pipelinesChristoph Reiter1-0/+50
2018-11-22CMake find_package dependency backend (#4444)Daniel Mensinger1-0/+1
2018-11-21CI: port cygwin job from appveyor to azure-pipelinesChristoph Reiter1-0/+47
2018-11-13azure: Remove unneeded maxParallelJon Turney1-2/+0
Default is unlimited, not 1
2018-11-13azure: Match release branch names as wellJon Turney1-0/+2
2018-11-13azure: Enable vs2015 jobsJon Turney1-18/+18
Don't run MPI runtime installer, which fails with vs2015 image
2018-11-04azure: Add clang-cl/ninja to matrixJon Turney1-0/+4
Note that Vs2017 tools are also in PATH for llvm build
2018-10-14Add an azure-pipelines.ymlJon Turney1-0/+49
v1: Add an azure-pipelines.yml Don't check source line endings if autocrlf is on Handle origin-only refs in skip_ci Add .py to PATHEXT for the benefit of test_find_program() Publish logs as build artifacts and publish test results v2: Use .gitattributes to override autocrlf Move tmpdir, so it's not a subdir of source directory, otherwise it gets included in line-ending checks. Use serial build numbers, rather than date.dailybuildnumber Workaround for #3239 is no longer needed now a fix has been commited Tweak test results and artefact naming Wait for MS-MPI installers to complete Publish test results even if tests had an error