summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
Commit message (Collapse)AuthorAge
* Disable TLS tests on Windows due to downrev vcpkg mbedGarrett D'Amore2024-08-14
|
* windows: Debug and Release for vcpkgGarrett D'Amore2024-01-27
|
* Well, Ninja did not workGarrett D'Amore2024-01-27
|
* github: actually enable TLS on Windows, and use NinjaGarrett D'Amore2024-01-27
|
* github: use vcpkg to install and use mbedtlsGarrett D'Amore2024-01-27
|
* GitHub actions need to run on pull requests too.Garrett D'Amore2020-01-02
|
* fixes #1032 Figure out Darwin bustednessGarrett D'Amore2019-12-24
| | | | | | | | | | | | | | | | | | | | | | | | fixes #1035 Convey is awkward -- consider acutest.h This represents a rather large effort towards cleaning up our testing and optional configuration infrastructure. A separate test library is built by default, which is static, and includes some useful utilities design to make it easier to write shorter and more robust (not timing dependent) tests. This also means that we can cover pretty nearly all the tests (protocols etc.) in every case, even if the shipped image will be minimized. Subsystems which are optional can now use a few new macros to configure what they need see nng_sources_if, nng_headers_if, and nng_defines_if. This goes a long way to making the distributed CMakefiles a lot simpler. Additionally, tests for different parts of the tree can now be located outside of the tests/ tree, so that they can be placed next to the code that they are testing. Beyond the enabling work, the work has only begun, but these changes have resolved the most often failing tests for Darwin in the cloud.
* 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.