Message ID | 1513263646-26300-6-git-send-email-odpbot@yandex.ru |
---|---|
State | Superseded |
Headers | show |
Series | [v10,1/5] test: build: enable cunit output to xml | expand |
diff --git a/.travis.yml b/.travis.yml index 25c2d0a53..48e6406c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -138,6 +138,8 @@ before_install: curl -sSOL https://github.com/Linaro/libcunit/releases/download/${CUNIT_VERSION}/CUnit-${CUNIT_VERSION}.tar.bz2 tar -jxf *.bz2 pushd CUnit* + # Using the latest stable CUNIT but new compillers are more strict to functions declaration. + sed -i s/\(\)/\(void\)/g ./CUnit/Headers/Automated.h libtoolize --force --copy aclocal autoheader