Skip to content

Commit e56af79

Browse files
author
Daniel Kroening
committed
enable Travis to do -m32
1 parent 376beab commit e56af79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- g++-5
8484
- libubsan0
8585
- parallel
86+
- libc6-dev-i386
8687
before_install:
8788
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
8889
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
@@ -115,6 +116,7 @@ jobs:
115116
- libwww-perl
116117
- g++-5
117118
- libubsan0
119+
- libc6-dev-i386
118120
before_install:
119121
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
120122
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
@@ -140,6 +142,7 @@ jobs:
140142
- libstdc++-5-dev
141143
- libubsan0
142144
- parallel
145+
- libc6-dev-i386
143146
before_install:
144147
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
145148
- export CCACHE_CPP2=yes
@@ -165,6 +168,7 @@ jobs:
165168
- clang-3.7
166169
- libstdc++-5-dev
167170
- libubsan0
171+
- libc6-dev-i386
168172
before_install:
169173
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
170174
- export CCACHE_CPP2=yes

0 commit comments

Comments
 (0)