Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #262 from omasanori/32bit
Browse files Browse the repository at this point in the history
Build and test 32 & 64 bit builds on Travis CI.
  • Loading branch information
KeenS committed May 11, 2015
2 parents 45e4725 + 8e932d6 commit 41be4b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ language: c
compiler:
- gcc
- clang
env:
- CFLAGS="-m32"
- CFLAGS="-m64"
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y libc6:i386 libgcc1:i386 gcc-4.6-base:i386 gcc-multilib
- cd build
script:
- perl --version
Expand Down

0 comments on commit 41be4b4

Please sign in to comment.