Skip to content

Commit 87bb55a

Browse files
committed
Test tools with MODEL=32 too
1 parent d163b68 commit 87bb55a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

buildkite/build_project.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,12 @@ case "$REPO_FULL_NAME" in
135135

136136
dlang/tools)
137137
# explicit test to avoid Digger setup, see dlang/tools#298 and dlang/tools#301
138-
make -f posix.mak all DMD='dmd' DFLAGS=
139-
make -f posix.mak test DMD='dmd' DFLAGS=
138+
make -f posix.mak all MODEL=64 DMD='dmd' DFLAGS=
139+
make -f posix.mak test MODEL=64 DMD='dmd' DFLAGS=
140+
# test 32-bit build of the D tools
141+
make -f posix.mak clean
142+
make -f posix.mak all MODEL=32
143+
make -f posix.mak test MODEL=32 DFLAGS=
140144
;;
141145

142146
msgpack/msgpack-d)

0 commit comments

Comments
 (0)