Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp A. Hartmann <pah@qo.cx>2014-08-12 17:57:47 +0400
committerPhilipp A. Hartmann <pah@qo.cx>2014-08-12 17:57:47 +0400
commite6139299f3e76035b786d0671234c544082d8d14 (patch)
treed8491f64c998510117480fe601cbaa0d256428a8 /.travis.yml
parentfa3996ea1ddb9bc524ac24d66d3ed3e63c179354 (diff)
.travis.yml: add g++-multilib/libc6-dbg:i386 only on BITS=32
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d3c02bc2..cc98e3bd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,8 @@ env:
before_install:
- sudo add-apt-repository -y ppa:codegear/release
- sudo apt-get update -qq
- - sudo apt-get install -qq premake4 valgrind g++-multilib libc6-dbg:i386
+ - sudo apt-get install -qq premake4 valgrind
+ - if [ "$BITS" = 32 ]; then sudo apt-get install -qq g++-multilib libc6-dbg:i386; fi
install: true