summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Salvador Cuñat <salvador.cunat@gmail.com>2018-02-13 22:52:39 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-02-24 13:42:01 -0800
commit142c60ff888cf86e4125b7396f7c6b7734131343 (patch)
tree72b0b056f221133d624936056062c0a4f1db3cba /.travis.yml
parent361d8abb5b301d2eef508bbbc96a06fa4f4c0cef (diff)
downloadsubsurface-142c60ff888cf86e4125b7396f7c6b7734131343.tar.gz
smtk-import: Support SmartTrak import in travis builds
1.- Include needed dependencies (glib-2.0 and mdbtools) in .travis.yml 2.- Call smtk2ssrf-build.sh script *after* subsurface is done and AppImage is built, as the script will override subsurface's binary. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fbf63de88..269289ff4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -46,6 +46,9 @@ matrix:
# Not a subsurface dependency, but a QtWebKit dependency
- libhyphen-dev
- libicu52
+ # For SmartTrak import
+ - libglib2.0-dev
+ - mdbtools-dev
- env: SUBSURFACE_PLATFORM="android"
# Currently hard coded to arm