summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..879ebc10
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,13 @@
1install:
2- curl https://download.libsodium.org/libsodium/releases/libsodium-1.0.11-msvc.zip -o libsodium-1.0.11-msvc.zip
3- unzip libsodium-1.0.11-msvc.zip
4
5before_build:
6- cmake . -DBOOTSTRAP_DAEMON=OFF
7
8build:
9 project: INSTALL.vcxproj
10
11branches:
12 only:
13 - master