From ddf3fc2d815f2a5a3e565b957b01de40352b33ad Mon Sep 17 00:00:00 2001 From: Vaibhav Jain Date: Tue, 13 Feb 2018 12:04:46 +0530 Subject: [PATCH] travis-ci: Update the build script to use the DEBUG var Update the travis-ci script '.travis.yml' to also set the DEBUG env variable so that 'build.sh' dumps info on what capp-ucode bin blobs are being merged/de-duplicated. Signed-off-by: Vaibhav Jain --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d59ea1f..9be974e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ # It's not really C, but this is the closest Travis has language: c -script: ./build.sh +script: DEBUG=1 ./build.sh