aboutsummaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2020-10-27Run CI Fuzz integration on push as well as pull requestJay 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-21Build on a schedule and use latest versions of runnersJay Berkenbilt
2020-10-21Add automated test for shell wildcard expansionJay Berkenbilt
Wildcard expansion is different in Windows from non-Windows and sometimes requires special link options to work. Add tests that fail if we link incorrectly.
2020-10-20Ignore some paths for triggering build in CIJay Berkenbilt
2020-10-17Trigger QPDF Build on build/*Jay Berkenbilt
2020-10-16Add GitHub Actions workflowJay Berkenbilt
2020-10-15Rename github workflow main.yml to cifuzz.ymlJay Berkenbilt
Preparing to migrate qpdf's main build/CI to GitHub actions
2020-04-03Turning dry_run off for CIFuzzLeo Neat
2020-02-22Add CIFuzz actionLeo Neat