aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
Commit message (Collapse)AuthorAge
* github actions: Bump github actions to use ubuntu 24.04Garrett D'Amore2024-12-26
| | | | (Mostly this is to get a newer wolfSSL.)
* workflows: only generate docs when appropriate, and don't do tests when only ↵Garrett D'Amore2024-12-21
| | | | docs change
* workflows: add pollq and make build debug for backtracesGarrett D'Amore2024-12-21
|
* Add matrix of TLS engines, including wolfSSLGarrett D'Amore2024-11-08
|
* Bump checkout action to v4.Garrett D'Amore2024-10-06
|
* GitHub actions need to run on pull requests too.Garrett D'Amore2020-01-02
|
* Attempt at improved coverage for Darwin and mbedTLS.Garrett D'Amore2019-12-27
|
* Support for GitHub actions.Garrett D'Amore2019-12-11
This allows us to test macOS (darwin), Windows, and Linux. The work is just initial, and does not include coverage of the TLS layer or ZeroTier portions, yet.