Change in osmo-ci[master]: osmo-build-dep.sh: run 'make check' when CHECK=1

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Mar 26 09:49:00 UTC 2019


osmith has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/14/13414/1

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: newchange
Gerrit-Change-Id: I248b53d7a6fe1b64f2a994c568c0466dc93858de
Gerrit-Change-Number: 13414
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190326/9f87ccbc/attachment.htm>


More information about the gerrit-log mailing list