subsurface/scripts/qt57/travisbuild.sh
Dirk Hohndel 7a1ceee4e7 Travis: build Subsurface-mobile against Qt57 as well
Simply adding another OS / environment on which we test building of
Subsurface-mobile

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2018-10-09 10:03:38 -07:00

10 lines
277 B
Bash

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