[PATCH] libosmocore[master]: jenkins: also test build in different dir

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/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Tue Mar 7 21:21:51 UTC 2017


Review at  https://gerrit.osmocom.org/1998

jenkins: also test build in different dir

Change-Id: I4b31538c155941fd241bcd33b0d39f2f8491ac1e
---
M contrib/jenkins.sh
1 file changed, 11 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/98/1998/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 108a73a..b09a9b6 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -8,3 +8,14 @@
   || cat-testlogs.sh
 $MAKE distcheck \
   || cat-testlogs.sh
+
+# verify build in dir other than source tree
+rm -rf *
+git co .
+mkdir builddir
+cd builddir
+../configure --enable-static
+$MAKE $PARALLEL_MAKE check \
+  || cat-testlogs.sh
+$MAKE distcheck \
+  || cat-testlogs.sh

-- 
To view, visit https://gerrit.osmocom.org/1998
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4b31538c155941fd241bcd33b0d39f2f8491ac1e
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list