summary refs log tree commit diff
path: root/.ci/script.sh
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 /.ci/script.sh
parentMake some Dockerfile improvements (diff)
downloadnheko-ee12e0193990ff70f35b6aedcb2418756c5a60a8.tar.xz
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 '.ci/script.sh')
-rwxr-xr-x.ci/script.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh
index ce65cb14..435f2c27 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -24,7 +24,8 @@ fi
 # Build & install dependencies
 cmake -GNinja -Hdeps -B.deps \
     -DUSE_BUNDLED_BOOST=${USE_BUNDLED_BOOST} \
-    -DUSE_BUNDLED_CMARK=${USE_BUNDLED_CMARK}
+    -DUSE_BUNDLED_CMARK=${USE_BUNDLED_CMARK} \
+    -DUSE_BUNDLED_JSON=${USE_BUNDLED_JSON}
 cmake --build .deps
 
 # Build nheko