summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Expand)AuthorAgeFilesLines
* build: add "-Wvla" and "-Wdeclaration-after-statement" to default CFLAGSThomas Haller2024-05-291-3/+3
* tests: set NLTST_IN_CI for not skipping tests accidentallyThomas Haller2024-05-171-0/+3
* github: print test-suite.log in case of test failureThomas Haller2024-05-171-10/+10
* build: separate build tests from unit testsThomas Haller2024-05-171-3/+7
* github,clang-format: update fedora version for clang-formatThomas Haller2024-05-071-1/+1
* github: test with --enable-debug=no configure optionThomas Haller2024-04-221-1/+3
* github: update Fedora image and version for clang-formatThomas Haller2023-12-041-1/+1
* github: build with "-fexceptions" CFLAGSThomas Haller2023-11-291-3/+3
* github: test build on alpine:latest for muslThomas Haller2023-08-031-2/+62
* github: add test for linking with mold and fail on unknown versionsThomas Haller2023-08-031-0/+13
* github: fix format checking with clang-formatThomas Haller2023-07-271-1/+1
* github: update flake8 linter to not explicitly select checksThomas Haller2023-07-251-1/+1
* github: add test for checking clang-format styleThomas Haller2023-07-251-0/+23
* github: check python-black code formatting in github actionsThomas Haller2023-07-251-0/+6
* github: skip Python flake8 test with clang buildThomas Haller2023-07-251-0/+1
* github: run "Build Release" test also with clangThomas Haller2023-07-251-4/+1
* github: fix installing python dependencies via pipThomas Haller2023-07-241-3/+5
* Use print() function in both Python 2 and Python 3Christian Clauss2022-07-061-1/+11
* github: run unit tests several times and directlyThomas Haller2022-05-091-1/+6
* github: export NLTST_SEED_RAND= to randomize unit testsThomas Haller2022-05-091-1/+5
* github: test out-of-tree build and "--disable-static"Thomas Haller2022-04-151-2/+29
* github: build documentation in CI testThomas Haller2022-04-151-1/+20
* github: build unit tests also with "clang"Thomas Haller2022-03-161-0/+6
* github: build tests with "-std=gnu11"Thomas Haller2022-03-161-1/+1
* github: split tests in separate stepsThomas Haller2022-03-161-3/+9
* github: run unit tests under valgrindThomas Haller2022-03-041-1/+9
* ci: add github-actionsThomas Haller2022-03-031-0/+27