On 9/19/19 12:59 PM, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > .shippable.yml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/.shippable.yml b/.shippable.yml > index bbc6f88510..01b33bd034 100644 > --- a/.shippable.yml > +++ b/.shippable.yml > @@ -25,6 +25,8 @@ env: > TARGET_LIST=mips64el-softmmu,mips64el-linux-user > - IMAGE=debian-ppc64el-cross > TARGET_LIST=ppc64-softmmu,ppc64-linux-user,ppc64abi32-linux-user > + - IMAGE=fedora-win10sdk-cross > + TARGET_LIST=x86_64-softmmu,i386-softmmu
Note for Alex, if this patch is accepted, I think we can remove x86_64-softmmu from TARGET_LIST in the debian-win64-cross job, since this one duplicates it (and even covers more). > build: > pre_ci: > # usually host ARCH is set by configure >
