diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-03-22 07:57:04 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-03-22 07:58:04 -0700 |
commit | bca7f8ed6140e333b9858fafb4427f1a2924cb4a (patch) | |
tree | bc52c619f49a183ffb897fac3e16bb21db046d35 /.travis.yml | |
parent | 99bc940551313895ad44d425c927eb34217c508e (diff) | |
download | subsurface-bca7f8ed6140e333b9858fafb4427f1a2924cb4a.tar.gz |
Travis: test build against Qt 5.5
We do this in a docker environment to make things fast and easy.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 269289ff4..816cd7064 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,14 @@ matrix: # directories: # - 3pp + - env: SUBSURFACE_PLATFORM="qt55" + # Currently hard coded to arm + os: linux + language: c++ + filter_secrets: false + services: + - docker + before_install: - source ${TRAVIS_BUILD_DIR}/scripts/${SUBSURFACE_PLATFORM}/before_install.sh |