Add 64bit builds to Travis
This commit is contained in:
parent
8d3b617761
commit
4d67423170
@ -9,5 +9,5 @@ before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq g++-4.6-multilib gcc-multilib libc6-dev-i386 lib32z1-dev
|
||||
install: make gtest-bootstrap
|
||||
script: make && make test
|
||||
script: make && make test && make clean && make ENABLE64BIT=Yes && make test
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user