summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorStéphane Lepin <stephane.lepin@gmail.com>2017-08-01 10:17:49 +0200
committerStéphane Lepin <stephane.lepin@gmail.com>2017-08-01 11:01:47 +0200
commitcdad690f16a5a670080874a2b64af9928b8e476b (patch)
tree02785dc998c899a4570670f45d027a6765731d0f /.travis.yml
parent10c4831ed40ed2b22f078db38736b8bc463de7e3 (diff)
Add compile flag to enable secure password storage
Use qtkeychain=1 in scons to enabled this feature
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2574509488..c765ea9ab0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,7 +59,7 @@ install:
# Common
# Build flags common to OS X and Linux.
- - export COMMON="test=1 mad=1 faad=1 ffmpeg=1 opus=1 modplug=1 wv=1 hss1394=0 virtualize=0 debug_assertions_fatal=1"
+ - export COMMON="test=1 mad=1 faad=1 ffmpeg=1 opus=1 modplug=1 wv=1 hss1394=0 virtualize=0 debug_assertions_fatal=1 qtkeychain=1"
#####
# Ubuntu Trusty Build