]> granicus.if.org Git - openjpeg/commitdiff
disable output for diff build
authormayeut <mayeut@users.noreply.github.com>
Fri, 9 Oct 2015 20:23:32 +0000 (22:23 +0200)
committermayeut <mayeut@users.noreply.github.com>
Fri, 9 Oct 2015 20:23:32 +0000 (22:23 +0200)
tools/travis-ci/abi-check.sh

index cc1a9046324e39d269ad8d1cbd0a6f214277356b..e4e8ce7913ca49cf6ef4f15f6cf0977fddbbc71f 100755 (executable)
@@ -34,10 +34,10 @@ mkdir tools
 # Travis doesn't allow package wdiff...
 wget -qO - http://mirrors.kernel.org/gnu/wdiff/wdiff-latest.tar.gz | tar -xz
 cd wdiff-*
-./configure --prefix=${HOME}/abi-check/tools/wdiff
-make
-make check
-make install
+./configure --prefix=${HOME}/abi-check/tools/wdiff &> /dev/null
+make &> /dev/null
+make check &> /dev/null
+make install &> /dev/null
 cd ..
 export PATH=${PWD}/tools/wdiff/bin:$PATH