Skip to content

Commit 0e48032

Browse files
author
Owen Jones
committed
Add 32 bit headers in .travis.yml
1 parent 6440ea7 commit 0e48032

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
@@ -70,6 +70,7 @@ jobs:
7070
- g++-5
7171
- libubsan0
7272
- python3-pip
73+
- libc6-dev-i386
7374
before_install:
7475
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
7576
# Install pytest locally and adjust PATH so pip3 can find it
@@ -137,6 +138,7 @@ jobs:
137138
- libubsan0
138139
- parallel
139140
- python3-pip
141+
- libc6-dev-i386
140142
before_install:
141143
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
142144
# Install pytest locally and adjust PATH so pip3 can find it
@@ -171,6 +173,7 @@ jobs:
171173
- libubsan0
172174
- parallel
173175
- python3-pip
176+
- libc6-dev-i386
174177
before_install:
175178
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
176179
- export CCACHE_CPP2=yes
@@ -203,6 +206,7 @@ jobs:
203206
- libstdc++-5-dev
204207
- libubsan0
205208
- python3-pip
209+
- libc6-dev-i386
206210
before_install:
207211
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
208212
- export CCACHE_CPP2=yes

0 commit comments

Comments
 (0)