aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2018-02-26Travis CI: an attempt to introduce automatic testingKitsune Ral
Adding valgrind to the mix.
2017-12-31Merge branch 'master' into kitsune-gtadKitsune Ral
2017-12-25qmake: Use the compiler specified in the environment; revert to CONFIG += c++14Kitsune Ral
qmake doesn't follow standard CC and CXX environment variables and its CONFIG produces CXX_FLAGS added after QMAKE_CXX_FLAGS. Big thank you to The Qt Company :-|
2017-12-25Fix CIKitsune Ral
Old GCC was still invoked; qmake-based builds weren't switched to C++14.
2017-12-25Merge branch 'master' into kitsune-gtadKitsune Ral
2017-12-25Qt 5.6 or newer is required from now onKitsune Ral
2017-11-28Merge branch 'master' into kitsune-gtadKitsune Ral
2017-10-20Better support of qmakeKitsune Ral
qmc-example.pro added; better CONFIG for libqmatrixclient; refreshed files list. Closes #104
2017-10-02api-generator has been renamed to gtadKitsune Ral
2017-09-04Use QMatrixClient's fork of matrix-doc in the meantimeKitsune Ral
Because only the fork contains operationId's yet.
2017-09-04Generate job files on every Travis buildKitsune Ral
2017-09-04Travis CI: build in containers, use newer compilersKitsune Ral
api-generator only builds on newer compilers (GCC 5, Clang 3.8). Qt version is unchanged.
2017-09-03Try to introduce api-generator to Travis CIKitsune Ral
2017-05-18Enable OSX in Travis CIKitsune Ral
2017-05-09Enable Travis CI webhook so that Matrix rooms could listenKitsune Ral
2016-08-23Drop KCoreAddons part; enable building with CLang besides GCCKitsune Ral
2016-06-03Bump version of ecmFelix Rohrbach
2016-06-03Next testFelix Rohrbach
2016-06-03First test with travisFelix Rohrbach