summaryrefslogtreecommitdiff
path: root/dev/ci/ci-tlc.sh
blob: a2f0bea5551ac8ec074579419a9d6c25ba3fc319 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

FORCE_GIT=1
git_download tlc

( cd "${CI_BUILD_DIR}/tlc" && make )