aboutsummaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2022-09-23Run tests in CI with char as unsigned charJay Berkenbilt
2022-03-08Run Windows build on Windows 2022 runnerrelease-qpdf-10.6.310.6Jay Berkenbilt
2022-02-15Temporarily require windows-2019 github runnerJay Berkenbilt
2021-12-21Stop adding pre-built documentation to the source distributionJay Berkenbilt
2021-12-18Update documentation build/installationJay Berkenbilt
2021-12-13Disable ci-fuzz build on build branchJay Berkenbilt
I run the fuzzer test suite, which should be good enough to avoid wasting resources on this every time I push to build.
2021-11-07Remove master from github workflowsJay Berkenbilt
Main branch is `main` now
2021-05-08Include manuals in windows distributions again (fixes #521)Jay Berkenbilt
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