mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 07:33:08 +00:00
Add i386/mingw to the test rooster
This commit is contained in:
parent
86e5bbffd7
commit
dfcbca8d2f
@ -173,6 +173,17 @@ const test_targets = [_]TestTarget{
|
||||
},
|
||||
},
|
||||
|
||||
TestTarget{
|
||||
.target = Target{
|
||||
.Cross = CrossTarget{
|
||||
.os = .windows,
|
||||
.arch = .i386,
|
||||
.abi = .gnu,
|
||||
},
|
||||
},
|
||||
.link_libc = true,
|
||||
},
|
||||
|
||||
TestTarget{
|
||||
.target = Target{
|
||||
.Cross = CrossTarget{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user