]> git.ipfire.org Git - thirdparty/git.git/commit - .travis.yml
Travis: also test on 32-bit Linux
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 5 Mar 2017 18:25:19 +0000 (19:25 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Mar 2017 19:19:09 +0000 (11:19 -0800)
commit88dedd5e72c082b741744c393567d7e5b4d03241
tree6b671121377946491444e1ce2ab2e6b1103ed9d4
parent3b9e3c2cede15057af3ff8076c45ad5f33829436
Travis: also test on 32-bit Linux

When Git v2.9.1 was released, it had a bug that showed only on Windows
and on 32-bit systems: our assumption that `unsigned long` can hold
64-bit values turned out to be wrong.

This could have been caught earlier if we had a Continuous Testing
set up that includes a build and test run on 32-bit Linux.

Let's do this (and take care of the Windows build later). This patch
asks Travis CI to install a Docker image with 32-bit libraries and then
goes on to build and test Git using this 32-bit setup.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml
ci/run-linux32-build.sh [new file with mode: 0755]