aboutsummaryrefslogtreecommitdiffstats
path: root/build-scripts/build-mac
AgeCommit message (Collapse)Author
2023-02-18Remove custom jpeg library installation for mac buildJay Berkenbilt
libjpeg development files are on the macos GitHub Actions build image now, and downloading our own version was causing conflicts.
2022-10-06Enable verbose build for CIJay Berkenbilt
That way we can always ensure that the right compiler flags are being used if there is an issue.
2022-03-19Convert build-mac to use cmakeJay Berkenbilt
2021-12-18Update documentation build/installationJay Berkenbilt
2020-10-25Build Windows releases with openssl; automate external librariesJay Berkenbilt
External libraries for Windows are now built automatically in the qpdf/external-libs repository and include openssl in addition to zlib and jpeg. Use these, and update the Windows build to build with the openssl crypto provider by default. We leave the native crypto provider enabled in case there is a problem with openssl and also to continue to exercise that code.
2020-10-16Rename azure-pipelines to build-scriptsJay Berkenbilt