Change in simtrace2[master]: contrib/jenkins.sh: Also run firmware tests + build-test host software

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Jun 29 20:17:01 UTC 2018


Harald Welte has uploaded this change for review. ( https://gerrit.osmocom.org/9790


Change subject: contrib/jenkins.sh: Also run firmware tests + build-test host software
......................................................................

contrib/jenkins.sh: Also run firmware tests + build-test host software

Change-Id: Ie53857164d0a21daac334057c5bafbfd9912bf4b
---
M contrib/jenkins.sh
1 file changed, 16 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/90/9790/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index d263851..f764aa5 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+TOPDIR=`pwd`
+
 set -e
 
 BUILDS=""
@@ -7,8 +9,7 @@
 BUILDS+="qmod/dfu qmod/cardem "
 BUILDS+="owhw/dfu owhw/cardem "
 
-cd firmware
-
+cd $TOPDIR/firmware
 for build in $BUILDS; do
 	board=`echo $build | cut -d "/" -f 1`
 	app=`echo $build | cut -d "/" -f 2`
@@ -17,3 +18,16 @@
 	make BOARD="$board" APP="$app"
 	echo "=============== $board / $app RES:$? =============="
 done
+
+echo
+echo "=============== FIRMWARE TESTS ==========="
+cd $TOPDIR/firmware/test
+make clean
+make
+./card_emu_test
+
+echo
+echo "=============== HOST START  =============="
+cd $TOPDIR/host
+make clean
+make

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

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie53857164d0a21daac334057c5bafbfd9912bf4b
Gerrit-Change-Number: 9790
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180629/712efbce/attachment.htm>


More information about the gerrit-log mailing list