summaryrefslogtreecommitdiff
path: root/.github/workflows (follow)
AgeCommit message (Collapse)Author
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