diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 10:51:05 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 10:51:05 +0200 |
commit | 6f8f373efd5ae6909a481d17e6b20bca885ccd48 (patch) | |
tree | a7c58aa2fbc660e4aa97f0e37f736827fec714e5 | |
parent | b588dee7d22da65360d61ea911cdbaae0d8093fb (diff) | |
download | libquotient-6f8f373efd5ae6909a481d17e6b20bca885ccd48.tar.gz libquotient-6f8f373efd5ae6909a481d17e6b20bca885ccd48.zip |
Travis CI: install olm
...now that its CMake files are fixed for that.
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 2449c003..74b2d0da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ install: - git clone https://gitlab.matrix.org/matrix-org/olm.git - pushd olm - _cmake_config -- _cmake_build # TODO: add --target install when the patch lands in olm +- _cmake_build --target install - popd - git clone https://github.com/quotient-im/matrix-doc.git - git clone --recursive https://github.com/KitsuneRal/gtad.git @@ -63,13 +63,13 @@ install: - popd before_script: -- _cmake_config -DMATRIX_DOC_PATH="matrix-doc" -DGTAD_PATH="gtad/gtad" -DOlm_DIR=olm/build $E2EE +- _cmake_config -DMATRIX_DOC_PATH="matrix-doc" -DGTAD_PATH="gtad/gtad" $E2EE - _cmake_build --target update-api script: - _cmake_build --target install # Build quotest with the installed libQuotient -- cmake $CMAKE_ARGS tests -Bbuild-test -DOlm_DIR=olm/build +- cmake $CMAKE_ARGS tests -Bbuild-test - cmake --build build-test --target all # Build with qmake - qmake quotest.pro "CONFIG += debug" "CONFIG -= app_bundle" "QMAKE_CC = $CC" "QMAKE_CXX = $CXX" "INCLUDEPATH += olm/include" "LIBS += -Lbuild/lib" "LIBS += -Lolm/build" |