mirror of
https://github.com/dlang/tools.git
synced 2025-04-28 22:21:14 +03:00
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`.
This commit is contained in:
parent
a8d282e618
commit
c1fbd43b88
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ matrix:
|
||||||
packages:
|
packages:
|
||||||
- g++-multilib
|
- g++-multilib
|
||||||
- libcurl4-openssl-dev:i386
|
- libcurl4-openssl-dev:i386
|
||||||
|
- d: dmd-nightly
|
||||||
|
env: MODEL=32
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- g++-multilib
|
||||||
|
- libcurl4-openssl-dev:i386
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./travis.sh
|
- ./travis.sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue