Travis: put large test data in place for TestParsePerformance
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
78cd2f4e09
commit
9083404981
@ -26,3 +26,8 @@ sudo ln -s $QT_ROOT /usr/local/Qt-5.9.3
|
||||
export DISPLAY=:99.0
|
||||
sh -e /etc/init.d/xvfb start
|
||||
|
||||
# TestParsePerformance needs this data file to test XML parsing performance
|
||||
pushd ..
|
||||
git clone https://github.com/Subsurface-divelog/large-anonymous-sample-data
|
||||
xzcat large-anonymous-sample-data/large-anon.ssrf.xz > subsurface/dives/large-anon.ssrf
|
||||
popd
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user