toxcore/appveyor.yml
iphydf ce0bf232d1
Add appveyor build for native windows tests.
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.
2017-01-22 11:56:02 +00:00

14 lines
268 B
YAML

install:
- curl https://download.libsodium.org/libsodium/releases/libsodium-1.0.11-msvc.zip -o libsodium-1.0.11-msvc.zip
- unzip libsodium-1.0.11-msvc.zip
before_build:
- cmake . -DBOOTSTRAP_DAEMON=OFF
build:
project: INSTALL.vcxproj
branches:
only:
- master