Skip to content

Commit 29bf900

Browse files
committed
Test Linux i686
This build fails due to #137, which is resolved by the next commit.
1 parent 57ed355 commit 29bf900

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,12 @@ matrix:
1212
- os: linux
1313
env: FLAGS="CC=gcc"
1414

15+
- os: linux
16+
env: FLAGS="CC=gcc ARCH=i686" # implies -m32 -march=i686
17+
addons:
18+
apt:
19+
packages:
20+
- gcc-multilib
21+
1522
notifications:
1623
email: false

0 commit comments

Comments
 (0)