osmith has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13414 )

Change subject: osmo-build-dep.sh: run 'make check' when CHECK=1
......................................................................

osmo-build-dep.sh: run 'make check' when CHECK=1

Prepare for osmocom-build-old-tags-against-master.sh.

Related: OS#3765
Change-Id: I248b53d7a6fe1b64f2a994c568c0466dc93858de
---
M scripts/osmo-build-dep.sh
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Max: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  osmith: Verified



diff --git a/scripts/osmo-build-dep.sh b/scripts/osmo-build-dep.sh
index 2e4fb31..7013414 100755
--- a/scripts/osmo-build-dep.sh
+++ b/scripts/osmo-build-dep.sh
@@ -56,6 +56,11 @@

 autoreconf --install --force
 ./configure --prefix="$inst/stow/$project" 
--with-systemdsystemunitdir="$inst/stow/$project/lib/systemd/system" $cfg
+
+if [ -n "$CHECK" ]; then
+       $MAKE $PARALLEL_MAKE check
+fi
+
 $MAKE $PARALLEL_MAKE install

 # Make the dependencies available through symlinks in $deps ($PWD/..).

--
To view, visit https://gerrit.osmocom.org/13414
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I248b53d7a6fe1b64f2a994c568c0466dc93858de
Gerrit-Change-Number: 13414
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Harald Welte <lafo...@gnumonks.org>
Gerrit-Reviewer: Max <msur...@sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>

Reply via email to