From 91dfa86c18a522cf108245d6c6bdc89f0835a533 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 27 Jul 2016 20:27:02 +0800 Subject: [PATCH] ci: Attempt to disable doxygen warnings of dependencies We do not want to see doxygen warnings when building the libosmocore dependency. Change-Id: I4640cb5b91d54641e8e5b2f096c3bca49bfff60e --- contrib/jenkins.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index 755ff1c12..3c60996dc 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -12,6 +12,7 @@ rm -rf "$inst" build_dep() { project="$1" branch="$2" + cfg="$3" set +x echo echo @@ -32,11 +33,11 @@ build_dep() { fi git rev-parse HEAD autoreconf --install --force - ./configure --prefix="$inst" + ./configure --prefix="$inst" $cfg $MAKE $PARALLEL_MAKE install } -build_dep libosmocore +build_dep libosmocore "" ac_cv_path_DOXYGEN=false # All below builds want this PKG_CONFIG_PATH export PKG_CONFIG_PATH="$inst/lib/pkgconfig:$PKG_CONFIG_PATH"