aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-windows
AgeCommit message (Collapse)Author
2019-06-21configure: determine wordsize automaticallyJay Berkenbilt
Based on sizeof(size_t). Assumes 64 if not 32.
2019-01-28Download external libraries from githubJay Berkenbilt
Download external libraries from an isolated branch in github to avoid dependencies on external download locations, which cause sporadic CI build failures.
2018-12-21Azure pipelines: use make -kJay Berkenbilt
2018-10-16Workaround for fragile test on WindowsJay Berkenbilt
2018-10-12Change artifact directory from installers to distributionJay Berkenbilt
2018-10-11Azure pipelines: no artifact upload/download from forksJay Berkenbilt
2018-10-11Set up Azure PipelinesJay Berkenbilt
Use free Azure Pipelines to do Linux, Windows, and Mac build and test and to generate Windows binary distributions.