From c1fbd43b88c1a65bd84d98d101ad6089483d2422 Mon Sep 17 00:00:00 2001 From: Joseph Rushton Wakeling Date: Sun, 4 Feb 2018 18:55:20 +0100 Subject: [PATCH] Add 32-bit dmd-nightly builds to Travis CI For some reason 32-bit builds are only tested for stable `dmd`. This seems an oversight: we don't want to find out that the D tools break 32-bit `dmd` only after a stable release has come out! This patch therefore adds an extra Travis build with `DMD=dmd-nightly` and `MODEL=32`. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index a35a3b3..12c24a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,13 @@ matrix: packages: - g++-multilib - libcurl4-openssl-dev:i386 + - d: dmd-nightly + env: MODEL=32 + addons: + apt: + packages: + - g++-multilib + - libcurl4-openssl-dev:i386 script: - ./travis.sh