9
0
Fork 0

jenkins: add value_string termination check

Change-Id: I7c676debcdfef2471004deb9ef5a63e8f4e97e15
Depends: libosmocore change-id I2bc93ab4781487e7685cfb63091a489cd126b1a8
This commit is contained in:
Neels Hofmeyr 2017-03-01 15:40:08 +01:00
parent a8f71eb24e
commit 1fce2ce0b3
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ autoreconf --install --force
$MAKE $PARALLEL_MAKE install
cd ../../
deps/libosmocore/contrib/verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
autoreconf --install --force
PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig:$PKG_CONFIG_PATH ./configure
PKG_CONFIG_PATH=$PWD/deps/install/lib/pkgconfig:$PKG_CONFIG_PATH $MAKE $PARALLEL_MAKE