Initial setup

...mainly to test that the ACLs and the CI and everything works.

Change-Id: If0b894e829f4d4f03aed0d8c5a12d91ac0924985
diff --git a/ci/build.sh b/ci/build.sh
new file mode 100755
index 0000000..ae7beda
--- /dev/null
+++ b/ci/build.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+BUILD_TIMEOUT=30m
+timeout -k $BUILD_TIMEOUT $BUILD_TIMEOUT $TH_GIT_PATH/ci/do-build.sh