Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
language: cpp
dist: bionic
matrix:
include:
- #dist: bionic
compiler: gcc
os: linux
sudo: required
addons:
apt:
packages:
- qtbase5-dev
- qtmultimedia5-dev
- libtelepathy-qt5-dev
- qt5-default

before_install:
- sudo apt-get update
- sudo apt-get install -y qtbase5-dev qtmultimedia5-dev libtelepathy-qt5-dev qt5-default

script:
- pushd ..
- git clone https://github.com/quotient-im/libQuotient.git -b 0.6.0
- mkdir libQuotient_build
- cd libQuotient_build
- cmake ../libQuotient
- make -j4
- sudo make install
- popd
- mkdir build
- pushd build
- cmake ../
- make -j4
# no tests yet
# - make test
# - ctest --output-on-failure
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Telepathy-Tank

[![Build Status](https://travis-ci.com/TelepathyIM/telepathy-tank.svg?branch=master)](https://travis-ci.com/TelepathyIM/telepathy-tank)

Tank is a Qt-based matrix connection operator for the Telepathy framework.

## Features
Expand Down