summaryrefslogtreecommitdiff
path: root/tb3
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-19 20:39:06 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-07-19 20:39:06 +0200
commit49ef0430ac7bc50800d84030fdb326cfa5984b1d (patch)
tree145743f75893d5d4da9d13756dac7d0aaf242a98 /tb3
parent8d713bfee958aa1645edc248e03b2b6434e8ab40 (diff)
missing test build script
Diffstat (limited to 'tb3')
-rwxr-xr-xtb3/tests/build-script.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/tb3/tests/build-script.sh b/tb3/tests/build-script.sh
new file mode 100755
index 0000000..9ac89e4
--- /dev/null
+++ b/tb3/tests/build-script.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+echo "building commit $1 from repo $3 in workdir $2 on platform $4 as builder $5."
+true
+# vim: set et sw=4 ts=4: