[Skiboot] [PATCH] add a build directory test
Cedric Le Goater
clg at fr.ibm.com
Mon Jun 1 20:10:16 AEST 2015
On 06/01/2015 10:07 AM, Stewart Smith wrote:
> Cédric Le Goater <clg at fr.ibm.com> writes:
>> Signed-off-by: Cédric Le Goater <clg at fr.ibm.com>
>> ---
>> test/Makefile.check | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> Index: skiboot.git/test/Makefile.check
>> ===================================================================
>> --- skiboot.git.orig/test/Makefile.check
>> +++ skiboot.git/test/Makefile.check
>> @@ -2,3 +2,7 @@ check: boot-check
>>
>> boot-check: skiboot.lid
>> ./test/run_boot_test.sh
>> +
>> +build-check:
>> + rm -rf buildtest && mkdir buildtest
>> + make SRC=$(PWD) -f ../Makefile -C buildtest
>
> Could you instead add to .travis.yaml so that it's just built by
> travis-ci ?
Sure. I will give it a try also.
C.
More information about the Skiboot
mailing list