Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | github: test out-of-tree build and "--disable-static" | Thomas Haller | 2022-04-15 | 1 | -2/+29 |
| | |||||
* | github: build documentation in CI test | Thomas Haller | 2022-04-15 | 1 | -1/+20 |
| | |||||
* | github: build unit tests also with "clang" | Thomas Haller | 2022-03-16 | 1 | -0/+6 |
| | | | | In addition to gcc. | ||||
* | github: build tests with "-std=gnu11" | Thomas Haller | 2022-03-16 | 1 | -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 steps | Thomas Haller | 2022-03-16 | 1 | -3/+9 |
| | |||||
* | github: run unit tests under valgrind | Thomas Haller | 2022-03-04 | 1 | -1/+9 |
| | |||||
* | ci: add github-actions | Thomas Haller | 2022-03-03 | 1 | -0/+27 |
and drop the defunct travis. |