diff options
| author | charguer | 2019-11-21 13:37:24 +0100 |
|---|---|---|
| committer | charguer | 2019-11-21 14:37:58 +0100 |
| commit | ce4e8c74d98fce84c6a78d2b72bc18d8d34c40b3 (patch) | |
| tree | 2f6b11fd286318f01d8c2bb194f37cfaf4d7c1a5 /dev/ci/ci-tlc.sh | |
| parent | b680b06b31c27751a7d551d95839aea38f7fbea1 (diff) | |
add tlc to ci; please proof read very carefully and test. thanks
Diffstat (limited to 'dev/ci/ci-tlc.sh')
| -rwxr-xr-x | dev/ci/ci-tlc.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/ci/ci-tlc.sh b/dev/ci/ci-tlc.sh new file mode 100755 index 0000000000..9802fc4ae1 --- /dev/null +++ b/dev/ci/ci-tlc.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +ci_dir="$(dirname "$0")" +. "${ci_dir}/ci-common.sh" + +git_download tlc + +( cd "${CI_BUILD_DIR}/tlc" && make && make install ) |
