travis: Rewrite the CI config to use platform matrix

This commit is contained in:
Povilas Kanapickas 2018-07-02 20:39:04 +03:00
parent 5467b90982
commit af789958f0
1 changed files with 12 additions and 8 deletions

View File

@ -1,10 +1,14 @@
language: cpp language: cpp
before_install:
- sudo apt-get update -qq matrix:
- sudo apt-get install -qq libxtst-dev include:
- sudo apt-get install -qq qtdeclarative5-dev - os: linux
- sudo apt-get install -qq libavahi-compat-libdnssd-dev addons:
script: sh -x ./clean_build.sh apt:
# skip install phase since we have a customized install package packages:
# creation tool for each supported platform - libxtst-dev
- qtdeclarative5-dev
- libavahi-compat-libdnssd-dev
script: sh -x ./clean_build.sh
install: true install: true