summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-04-09 11:26:51 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-10 15:40:37 -0500
commit72586e2d50400d0ec075fe5d57157b9ffd2485da (patch)
treea81e6187d7362d073a6bb5d563185b1f17ecbee2 /src/build
parent30f0a51044e13afa3e7157368f3ff11130010830 (diff)
downloadtalos-hostboot-72586e2d50400d0ec075fe5d57157b9ffd2485da.tar.gz
talos-hostboot-72586e2d50400d0ec075fe5d57157b9ffd2485da.zip
Move jenkins build script into git.
Change-Id: I00e2c69113d58af70851a0053c854bd99133543e Backport: release-fips810 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10297 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/citest/build-script29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/build/citest/build-script b/src/build/citest/build-script
new file mode 100755
index 000000000..6f53a7735
--- /dev/null
+++ b/src/build/citest/build-script
@@ -0,0 +1,29 @@
+#!/bin/sh
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/build/citest/build-script $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2014
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# The source code for this program is not published or otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END_TAG
+
+source "$WORKSPACE/env.bash"
+#export HOSTBOOT_DEBUG=1 #-- Ensure printkd / tracd is compiled in.
+
+make -j32 || exit -1
+$WORKSPACE/src/build/citest/cxxtest-start.sh || exit -1
OpenPOWER on IntegriCloud