summary refs log tree commit diff
path: root/.ci/script.sh
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2019-08-03 18:58:39 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2019-08-03 18:58:39 +0200
commite85bd4a54bb24acae7ca8959532064129ee50f76 (patch)
treeee5046f5ff669fa8c8fdfec171f1f003e760b824 /.ci/script.sh
parentUse static mtxclient on osx in travis (diff)
downloadnheko-e85bd4a54bb24acae7ca8959532064129ee50f76.tar.xz
Actually use the mtxstatic variable in ci script
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 cf8b524b..1bde913c 100755
--- a/.ci/script.sh
+++ b/.ci/script.sh
@@ -28,7 +28,8 @@ fi
 cmake -GNinja -Hdeps -B.deps \
     -DUSE_BUNDLED_BOOST="${USE_BUNDLED_BOOST}" \
     -DUSE_BUNDLED_CMARK="${USE_BUNDLED_CMARK}" \
-    -DUSE_BUNDLED_JSON="${USE_BUNDLED_JSON}"
+    -DUSE_BUNDLED_JSON="${USE_BUNDLED_JSON}" \
+    -DMTX_STATIC="${MTX_STATIC:-OFF}"
 cmake --build .deps
 
 # Build nheko