openziti / tlsuv

TLS and HTTP(s) client library for libuv
https://docs.openziti.io/tlsuv/
MIT License
45 stars 7 forks source link

Tests fail in Travis Windows env #34

Closed rentallect closed 4 years ago

rentallect commented 4 years ago

Although Windows build/test scenarios succeed on AppVeyor, they fail on Travis. We need to uncover the root cause.

To (re)enable the windows build on Travis, add:

    - #stage: Win64 build
      os: windows
      compiler: gcc
ekoby commented 4 years ago

travis is out, github CI (actions) is in. windows builds and tests in #48