commit | d9d26a99da8c0d93f914ef23ea3c853e09a83a6b | [log] [tgz] |
---|---|---|
author | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Feb 22 12:49:21 2018 +0100 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Feb 22 12:49:21 2018 +0100 |
tree | c6e5445f22c4bb4d261580c7607665af4be5bbb6 | |
parent | 24ee2814f7fd3f687e5d6504fa334dd8f0b4e1c4 [diff] [blame] |
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