[Skiboot] [PATCH] add a build directory test
    Stewart Smith 
    stewart at linux.vnet.ibm.com
       
    Mon Jun  1 18:07:00 AEST 2015
    
    
  
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 ?
    
    
More information about the Skiboot
mailing list