Skip to content

Commit

Permalink
Install ia32-libs
Browse files Browse the repository at this point in the history
Correcting build matrix definition
  • Loading branch information
mloskot committed Mar 9, 2013
1 parent 7bda559 commit 6201509
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Expand Up @@ -24,10 +24,11 @@ script: ./bin/ci/script.sh

matrix:
include:
- env:
- CFLAGS="-m32"
- CXXFLAGS="-m32"
- LDFLAGS="-melf_i386"
- compiler: g++
CFLAGS="-m32"
CXXFLAGS="-m32"
LDFLAGS="-melf_i386"

notifications:
email:
recipients:
Expand Down
4 changes: 4 additions & 0 deletions bin/ci/before_install.sh
Expand Up @@ -9,10 +9,14 @@ echo "$(tmstamp) *** before_install::apt-get starting $(date) ***"
#sudo bash -c 'echo "deb https://oss.oracle.com/debian unstable main non-free" >> /etc/apt/sources.list'
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 16126D3A3E5C1192
sudo apt-get update -qq
if [ `uname -m` = x86_64 ]; then
sudo apt-get install -qq --force-yes ia32-libs ia32-libs-multiarch
fi
sudo apt-get install -qq \
libstdc++5 libboost-dev libboost-date-time-dev \
libmyodbc unixodbc-dev odbc-postgresql \
firebird2.5-super firebird2.5-dev

echo "$(tmstamp) *** before_install::apt-get finished $(date) ***"

echo "$(tmstamp) *** before_install::config starting $(date) ***"
Expand Down

0 comments on commit 6201509

Please sign in to comment.