diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-08-03 18:58:39 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-08-03 18:58:39 +0200 |
commit | e85bd4a54bb24acae7ca8959532064129ee50f76 (patch) | |
tree | ee5046f5ff669fa8c8fdfec171f1f003e760b824 /.ci/script.sh | |
parent | Use static mtxclient on osx in travis (diff) | |
download | nheko-e85bd4a54bb24acae7ca8959532064129ee50f76.tar.xz |
Actually use the mtxstatic variable in ci script
Diffstat (limited to '.ci/script.sh')
-rwxr-xr-x | .ci/script.sh | 3 |
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 |