aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-03-29Travis CI: install olmKitsune Ral
...now that its CMake files are fixed for that.
2020-03-27.travis.yml: fix a typoKitsune Ral
2020-03-26Travis CI: build with and without E2EEKitsune Ral
2019-12-12.travis.yml: use correct environment variablesKitsune Ral
It should be TEST_USER and TEST_PWD, not QMC_* legacy stuff.
2019-10-18qmc-example -> quotest, QMCTest -> TestManagerKitsune Ral
Also: some bits of refactoring in the test code to make it more extensible. Closes #352.
2019-10-14Use aliases instead of env variablesKitsune Ral
They are a tad cleaner.
2019-10-14.travis.yml: A few smaller improvementsKitsune Ral
2019-10-13Travis CI: Build olm as a dynamic objectKitsune Ral
2019-10-13Travis CI: Use built rather than installed olmKitsune Ral
...until the patch to fix olm CMake installation is accepted upstream.
2019-10-13CI: use env variables to group common CMake (and other) valuesKitsune Ral
For AppVeyor, skip olm installation as we don't intend to check dynamic linkage.
2019-10-11.travis.yml: factor out common partsKitsune Ral
2019-09-27Fix QMake travis ciBlack Hat
2019-09-27Fix Travis CI QMakeBlack Hat
2019-09-27Fix travis ciBlack Hat
2019-09-27Fix Travis CI.Black Hat
2019-09-26Merge branch 'master' of https://github.com/quotient-im/libQuotient intoBlack Hat
bhat-libqtolm-update
2019-08-12.travis.yml: add qtmultimedia5-dev to Linux build boxesKitsune Ral
2019-08-12Update Qt5 package naming to match that in bionicKitsune Ral
2019-08-12Ok, bionic has its own Qt5Kitsune Ral
2019-08-12.travis.yml: Switch to bionicKitsune Ral
2019-08-09Rename zero-impact stringsKitsune Ral
2019-07-31.travis.yml: temporarily disabling Valgrind because it's brokenKitsune Ral
2019-07-31.travis.yml: switch to xenial and Qt 5.9Kitsune Ral
2019-07-07.travis.yml: Fix a typo in qmc-example invocationKitsune Ral
2019-07-07Optimize Travis CI executionKitsune Ral
The same code is already in Quaternion's .travis.yml, just copy it here as well.
2019-07-07.travis.yml: pass LD_LIBRARY_PATH so that the example could find olmKitsune Ral
2019-07-07Fix qmake builds in CIKitsune Ral
2019-07-06Merge branch 'master' into e2ee-enc-mngKitsune Ral
2019-07-04Change libQtOlm location. Fix .travis.yml and .appveyor.ymlAlexey Andreyev
2019-07-04.travis.yml: add "update: true" to homebrew configKitsune Ral
2019-06-25Include olm via cmake (should work on Linux and MinGW)Felix Rohrbach
2019-02-21Travis CI: switch macOS builds to xcode10.1 imageKitsune Ral
xcode10.0 seems to have Homebrew broken, and xcode9.4 has a problem with SSLSetALPNProtocols (see also commit f545d181ade8736dfda93e8abb34ab93ac34e931).
2019-02-20.travis.yml: minor improvementsKitsune Ral
2019-01-15.travis.yml: Use ninja on LinuxKitsune Ral
2019-01-06Merge pull request #272 from QMatrixClient/kitsune-upload-attachmentsKitsune Ral
Support of attachments uploading
2019-01-05API version++; use QMediaResource from QtMultimedia (new dep) to detect m.videoKitsune Ral
resolution The API version number should have been bumped long ago.
2019-01-05.travis.yml: use Homebrew addon and newer imageKitsune Ral
The current default lands on a blunder with SSLSetALPNProtocols function (similar to https://stackoverflow.com/questions/46685756/how-do-i-make- use-of-sslsetalpnprotocols).
2018-05-03.travis.yml: Use newer QtKitsune Ral
Because GTAD needs it.
2018-04-13Merge branch 'master' into kitsune-gtadKitsune Ral
2018-03-31Make and install CMake config package; provide examples/CMakeLists.txt using itKitsune Ral
2018-03-31Move source files to a separate folderKitsune Ral
It's been long overdue to separate them from the rest of the stuff (docs etc.). Also, this allows installing to a directory within the checked out git tree (say, ./install/, similar to ./build/).
2018-03-31Merge branch 'master' into kitsune-gtadKitsune Ral
2018-03-30Introduce install target for the libraryKitsune Ral
Closes #113.
2018-03-24.travis.yml: Escape all env variables in the configuration with 'Kitsune Ral
Not only those that already caused trouble.
2018-03-21Fix Travis failing to build PRsKitsune Ral
2018-03-05Travis: added one more parameter to qmc-exampleKitsune Ral
2018-03-05qmc-example: tests for redaction and tagging; send origin in test messagesKitsune Ral
2018-03-02Travis CI: run qmc-example on OSX; set valgrind options externallyKitsune Ral
The first part at least checks that qmc-example works on OSX (and we no more make a useless bundle for it). The second part allows to change valgrind options without tinkering .travis.yml.
2018-02-27Merge branch 'master' into kitsune-gtadKitsune Ral
2018-02-27Travis CI: Fix a typoKitsune Ral