jenkins.sh: Disable building doxygen for deps

Don't clutter build logs with irrelevant output.

Change-Id: If1784baa519c10ab0ab3e600f373c27a6c8ae4c6
This commit is contained in:
Max 2018-01-17 16:14:59 +01:00 committed by Harald Welte
parent 2399b1dbfc
commit 4cb6e04914
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fi
verify_value_string_arrays_are_terminated.py $(find . -name "*.[hc]")
# Build deps
osmo-build-dep.sh libosmocore
osmo-build-dep.sh libosmocore "" --disable-doxygen
export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"
export LD_LIBRARY_PATH="$inst/lib"