Re: [PATCH v1 5/5] travis.yml: Test the s390-ccw build, too

2020-02-13 Thread Cornelia Huck
On Wed, 12 Feb 2020 21:48:42 +0100 Philippe Mathieu-Daudé wrote: > On 2/7/20 12:39 PM, Alex Bennée wrote: > > From: Thomas Huth > > > > Since we can now use a s390x host on Travis, we can also build and > > test the s390-ccw bios images there. For this we have to make sure > > that roms/SLOF is

Re: [PATCH v1 5/5] travis.yml: Test the s390-ccw build, too

2020-02-12 Thread Philippe Mathieu-Daudé
On 2/7/20 12:39 PM, Alex Bennée wrote: From: Thomas Huth Since we can now use a s390x host on Travis, we can also build and test the s390-ccw bios images there. For this we have to make sure that roms/SLOF is checked out, too, and then move the generated *.img files to the right location before

[PATCH v1 5/5] travis.yml: Test the s390-ccw build, too

2020-02-07 Thread Alex Bennée
From: Thomas Huth Since we can now use a s390x host on Travis, we can also build and test the s390-ccw bios images there. For this we have to make sure that roms/SLOF is checked out, too, and then move the generated *.img files to the right location before running the tests. Signed-off-by: Thoma