mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
99bc940551
commit
bca7f8ed61
4 changed files with 41 additions and 0 deletions
7
scripts/qt55/travisbuild.sh
Normal file
7
scripts/qt55/travisbuild.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
set -e
|
||||
|
||||
docker exec -t builder subsurface/scripts/build.sh -desktop
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue