aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines
AgeCommit message (Collapse)Author
2019-08-30Update Windows image and compilerJay Berkenbilt
2019-06-22Fix --completion-* args to work from AppImage (fixes #285)Jay Berkenbilt
2019-06-21Add 32-bit Linux build to CIJay Berkenbilt
2019-06-21configure: determine wordsize automaticallyJay Berkenbilt
Based on sizeof(size_t). Assumes 64 if not 32.
2019-06-15Run tests with sanitizers in CIJay Berkenbilt
2019-06-13oss-fuzz initial integrationJay Berkenbilt
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-16Publish test results from AppImage buildJay Berkenbilt
2018-10-14Build AppImage from pipelineJay Berkenbilt
2018-10-14Run make_dist from azure pipelineJay Berkenbilt
2018-10-12Change artifact directory from installers to distributionJay Berkenbilt
2018-10-11Azure pipelines: no artifact upload/download from forksJay Berkenbilt
2018-10-11Automatically detect outdated generated filesJay Berkenbilt
Update documentation to reflect that automatically generated files are committed. Detect when they are outdated if we have the ability to regenerate them.
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.