diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-17 00:23:49 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-06-17 00:23:49 +0300 |
commit | c0d32ef319f9fad0e2857f580c763cdb14d0cbb5 (patch) | |
tree | b1bc769f7ab99bb25c3ad28ce06e201bcd77bc57 /.ci | |
parent | Don't try to send megolm session keys to devices with no one-time keys (diff) | |
download | nheko-c0d32ef319f9fad0e2857f580c763cdb14d0cbb5.tar.xz |
Update CI instructions
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/script.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/script.sh b/.ci/script.sh index f5966349..377f23e1 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -11,7 +11,6 @@ if [ $TRAVIS_OS_NAME == osx ]; then fi # Build & install dependencies -mkdir -p .deps/usr/{lib,include}/ cmake -Hdeps -B.deps \ -DUSE_BUNDLED_BOOST=${USE_BUNDLED_BOOST} \ -DUSE_BUNDLED_SPDLOG=${USE_BUNDLED_SPDLOG} |