Travis: add Qt 5.9 testing

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

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-07-11 12:31:34 -07:00
parent 8fa9eabb47
commit 45c19fd11e
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