summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-11Look for dependencies in third_party/Robin Lindén
2018-02-09Remove libcheck from the dependencies.iphydf
We're not gaining much from this library, and it's a burden, especially for windows development.
2017-06-05Build tests on appveyor, the MSVC build.iphydf
Tests are not actually ran on appveyor for now, since they all fault for some reason. For now, we just build them. Also, some tests are disabled on msvc entirely, because they don't even compile. We'll need to look into those, later. They are disabled using `MSVC_DONT_BUILD`.
2017-03-25make BUILD_TOXAV and option and fail if dependencies are missingCarsten Brandt
fixes #482
2017-03-25Fix appveyor script: install curl.iphydf
It should exist according to https://www.appveyor.com/docs/how-to/download-file/, but in reality it doesn't, so we install it manually.
2017-02-20Fix pthreads in AppVeyor buildMaxim Biro
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-22Add appveyor build for native windows tests.iphydf
It doesn't compile, yet. A few changes (like VLA support) need to be made before we can enable appveyor as a required PR check.