summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorCarsten Brandt <mail@cebe.cc>2017-02-20 23:33:50 +0100
committerCarsten Brandt <mail@cebe.cc>2017-03-25 17:22:16 +0100
commita1f9df48d61ccc34e35bf98c3c61ec7861e8e1b6 (patch)
tree08c8404e625c75461fb7a64692712cbb01e1c4be /appveyor.yml
parent63df16728cd5649b801f8cdcdf06cc76bfb5e450 (diff)
make BUILD_TOXAV and option and fail if dependencies are missing
fixes #482
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ec90e428..4b4bfb20 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -13,7 +13,7 @@ install:
13- cd .. 13- cd ..
14 14
15before_build: 15before_build:
16- cmake . -DBOOTSTRAP_DAEMON=OFF -DENABLE_SHARED=OFF 16- cmake . -DBOOTSTRAP_DAEMON=OFF -DENABLE_SHARED=OFF -DBUILD_TOXAV=OFF
17 17
18build: 18build:
19 project: INSTALL.vcxproj 19 project: INSTALL.vcxproj