Add travis config for c++ branch

This commit is contained in:
Rico Tiongson 2019-03-10 16:50:22 +08:00
parent 28f5ca2a91
commit 115ec68ca9

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
dist: xenial
language: c++
sudo: required
git:
depth: false
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- libxdo-dev
- libinput-tools
- g++-7
env:
CC: gcc-7
CXX: g++-7
install:
- bash install
script:
- ./tests/run_tests
after_script:
- bash uninstall