Merge branch 'travis-cpp' of https://github.com/Hikari9/comfortable-swipe into travis-cpp

This commit is contained in:
Rico Tiongson 2019-03-10 18:38:44 +08:00
commit 528d8513ea

View File

@ -3,6 +3,7 @@ sudo: required
language: c++ language: c++
matrix: matrix:
include: include:
<<<<<<< HEAD
- env: {MATRIX_EVAL: "CC=gcc-7 && CXX=g++-7"} - env: {MATRIX_EVAL: "CC=gcc-7 && CXX=g++-7"}
addons: addons:
apt: apt:
@ -23,6 +24,20 @@ matrix:
- libxdo-dev - libxdo-dev
- libinput-tools - libinput-tools
- g++-8 - g++-8
=======
- addons: {apt: {packages: ["g++-8"]}}
env: {MATRIX_EVAL: "CC=gcc-7 && CXX=g++-7"}
- addons: {apt: {packages: ["g++-8"]}}
env: {MATRIX_EVAL: "CC=gcc-8 && CXX=g++-8"}
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- libxdo-dev
- libinput-tools
>>>>>>> 535e1faf70916061ccf1d692fd6b747873538415
before_install: eval "${MATRIX_EVAL}" before_install: eval "${MATRIX_EVAL}"
install: bash install install: bash install
script: ./tests/run_tests script: ./tests/run_tests