Travis: add Qt 5.7 testing

This is done via Fedora 26 which seemed the easiest way to get a 5.7 based
distro.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-07-11 12:29:23 -07:00
parent 6a9a185ffc
commit 8fa9eabb47
4 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,9 @@
#!/bin/bash
set -x
set -e
docker exec -t builder subsurface/scripts/build.sh -desktop 2>&1 | tee build.log
# fail the build if we didn't create the target binary
grep /workspace/install-root/bin/subsurface build.log