mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-trx.git
				synced 2025-10-31 04:03:35 +00:00 
			
		
		
		
	jenkins.sh: run "make distcheck"
Run distcheck in CI to be consistent with other Osmocom projects. Change-Id: I7d3fa0fe12e13ca13d3330158425718e5c34d00d
This commit is contained in:
		| @@ -78,11 +78,12 @@ export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH" | ||||
| export LD_LIBRARY_PATH="$inst/lib" | ||||
| export PATH="$inst/bin:$PATH" | ||||
|  | ||||
| CONFIG="--enable-sanitize --enable-werror --with-uhd --with-usrp1 --with-lms $INSTR" | ||||
|  | ||||
| # Additional configure options and depends | ||||
| CONFIG="" | ||||
| if [ "$WITH_MANUALS" = "1" ]; then | ||||
| 	osmo-build-dep.sh osmo-gsm-manuals | ||||
| 	CONFIG="--enable-manuals" | ||||
| 	CONFIG="$CONFIG --enable-manuals" | ||||
| fi | ||||
|  | ||||
| set +x | ||||
| @@ -95,10 +96,12 @@ set -x | ||||
|  | ||||
| cd "$base" | ||||
| autoreconf --install --force | ||||
| ./configure --enable-sanitize --enable-werror --with-uhd --with-usrp1 --with-lms $INSTR $CONFIG | ||||
| ./configure $CONFIG | ||||
| $MAKE $PARALLEL_MAKE | ||||
| $MAKE check \ | ||||
|   || cat-testlogs.sh | ||||
| DISTCHECK_CONFIGURE_FLAGS="$CONFIG" $MAKE distcheck \ | ||||
|   || cat-testlogs.sh | ||||
|  | ||||
| if [ "$WITH_MANUALS" = "1" ] && [ "$PUBLISH" = "1" ]; then | ||||
| 	make -C "$base/doc/manuals" publish | ||||
|   | ||||
		Reference in New Issue
	
	Block a user