From 0a4dcd59b0e1f176630280ea916c296c11633f56 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 10 Jul 2018 16:03:54 -0700 Subject: Travis: add Qt 5.6 testing This is done via OpenSUSE Leap/42.3 which seemed the easiest way to get a 5.6 based distro. Signed-off-by: Dirk Hohndel --- scripts/qt56/travisbuild.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/qt56/travisbuild.sh (limited to 'scripts/qt56/travisbuild.sh') diff --git a/scripts/qt56/travisbuild.sh b/scripts/qt56/travisbuild.sh new file mode 100644 index 000000000..060d36d46 --- /dev/null +++ b/scripts/qt56/travisbuild.sh @@ -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 + -- cgit v1.2.3-70-g09d2