summaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | In addition to gcc.
* github: build tests with "-std=gnu11"Thomas Haller2022-03-161-1/+1
| | | | | | | | | Libnl3 is C11. Not sure this was defined somewhere, but at this point, it seems a safe requirement to make. Also, we make use of gcc-isms (typeof(), attribute(cleanup()), expression statements). Both gcc and clang support that. These C extensions are too good to miss.
* 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
and drop the defunct travis.