summaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
AgeCommit message (Collapse)Author
2024-10-08Run various C versions in the CIjvoisin
2024-05-20Improve the testsuite reliability wrt. gccjvoisin
2023-12-28Make the CI fail when the testsuite failsjvoisin
2023-12-28Build with USE_NATIVE_CHK for clang and gccjvoisin
2023-12-10Add gcc 13 to the CIjvoisin
2023-12-08Add a check in the CI to keep the readme up to datejvoisin
2023-09-29Make use of the native _chk variants for realjvoisin
2023-09-27Add an option to make use of compiler-provided _chk builtinsjvoisin
2023-09-21Add clang 15 to the CIjvoisin
2023-09-20Add tests for compile-time errorsjvoisin
2023-09-04Install wget for the coverity workflowjvoisin
2023-08-28Fix the coverity runjvoisin
2023-08-21Add coverity analysisjvoisin
2023-08-20Split build and runjvoisin
Both in the CI, and in the Makefile
2023-08-20Cache the musl toolchain in the coverage step in the CIjvoisin
2023-08-20Run the testsuite on multiple gcc versionsjvoisin
2023-08-20Specify "shell: bash" in github actionsjvoisin
As [documented](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference), this brings us `set -eo pipefail`.
2023-08-20Fix clang buildjvoisin
- s/CLFAGS/CFLAGS/ - provide paths to local includes - sprinkle more __pass_object_size__ - remove a problematic test
2023-07-05Cache musl-toolchain downloadjvoisin
2023-07-05Run several clang versions in the CIjvoisin
2023-07-05Don't download musl-cc for clang in the CIjvoisin
2023-06-25Run clang and gcc in the CIjvoisin
2023-05-30Add code coveragejvoisin
And make it available at https://jvoisin.github.io/fortify-headers/include/index.html
2023-04-13Add a basic testsuitejvoisin