aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-tlc.sh
blob: 9802fc4ae1b498802669e41b883c135302832aa7 (plain)
1
2
3
4
5
6
7
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 )