summaryrefslogtreecommitdiff
path: root/.github/workflows/testsuite.yaml (follow)
AgeCommit message (Collapse)Author
2026-03-16Add old GCC versions to the CIadd_old_gccjvoisin
2026-03-13Fixes compilation with clang and -D_FORTIFY_SOURCE=2jvoisin
This commit fixes the typo pass_object_size__ for pass_object_size. It also adds tests in the CI to prevent this from happening again. Ref https://clang.llvm.org/docs/AttributeReference.html#pass-object-size-pass-dynamic-object-size Co-Authored-By: Sertonix
2026-03-13Use pipefail when running test CIjvoisin
Otherwise a non-zero exit code would not cause the job to fail Ref https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#exit-codes-and-error-action-preference Co-Authored-By: Sertonix
2025-11-11Make use of github actionsjvoisin