summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorredsky17 <rubberduckie3554@gmail.com>2019-02-24 16:42:37 -0500
committerredsky17 <rubberduckie3554@gmail.com>2019-02-24 16:42:37 -0500
commitee12e0193990ff70f35b6aedcb2418756c5a60a8 (patch)
tree6067fa9155446db95ff0c2160a92eaf1edb29558 /appveyor.yml
parent4e17b7df72eeb2ac0c1f12590f8d4c517c50288b (diff)
Update JSON build deps.
Update JSON build dependencies, change the dockerfile and other CI files that relate to this. Also update target mtxclient revision.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d0cf82b7..1e0fcb1a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -57,6 +57,7 @@ build_script:
- cmake -G "Visual Studio 15 2017 Win64" -Hdeps -B.deps
-DCMAKE_TOOLCHAIN_FILE=C:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake
-DUSE_BUNDLED_BOOST=OFF
+ -DUSE_BUNDLED_JSON=OFF
- cmake --build .deps --config Release
# Build nheko
@@ -67,6 +68,7 @@ build_script:
-DTWEENY_INCLUDE_DIR=.deps/usr/include
-DCMARK_INCLUDE_DIR=C:/projects/nheko/.deps/usr/include
-DCMARK_LIBRARY=C:/projects/nheko/.deps/usr/lib/cmark.lib
+ -DJSON_INCLUDE_DIR=.deps/usr/include
- cmake --build build --config Release
after_build: