Skip to content

Commit c1fbd43

Browse files
committed
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`.
1 parent a8d282e commit c1fbd43

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
@@ -14,6 +14,13 @@ matrix:
1414
packages:
1515
- g++-multilib
1616
- libcurl4-openssl-dev:i386
17+
- d: dmd-nightly
18+
env: MODEL=32
19+
addons:
20+
apt:
21+
packages:
22+
- g++-multilib
23+
- libcurl4-openssl-dev:i386
1724

1825
script:
1926
- ./travis.sh

0 commit comments

Comments
 (0)