summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2020-06-12Fix AppVeyor failing due to conan remote being added twiceHEADmasterRobin Linden
2020-05-29Add support for the conan C/C++ package managerRobin Linden
* Don't overwrite the CMAKE_MODULE_PATH * Allow linking libsodium statically with MSVC * Allow finding libsodium the normal way on MSVC * Allow using pthreads4w for pthreads on MSVC * Fall back to find_package if pkg_find_module fails * Don't pass incompatible compile flags to MSVC * Also try to find Opus and libvpx using their canonical names * Support building using conan * Allow pkg_use_module to take a list of libraries to look for * Build for Windows on Appveyor using conan
2019-11-17bump libsodium version in appveyor.yml and windows Dockerfilezugz (tox)
2018-10-07Add AUTOTEST Option to CMakeLists.txtchrono
2018-09-24Revert "Improve cmake build for MSVC."iphydf
This reverts commit f87f8719d02a9adbc9413256fe22958267cfefee.
2018-09-23Run tests on Appveyor (Windows native build).iphydf
We ignore the errors for now.
2018-09-22Improve cmake build for MSVC.Mick Sayson
2018-09-16Format yaml files according to yamllint's requirements.iphydf
Also remove branch filter for appveyor. We only have a single branch in every repository. Development happens in forks.
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.