aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-tlc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-tlc.sh')
-rwxr-xr-xdev/ci/ci-tlc.sh8
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 000000000..b94632492
--- /dev/null
+++ b/dev/ci/ci-tlc.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+ci_dir="$(dirname "$0")"
+source ${ci_dir}/ci-common.sh
+
+git_checkout master https://gforge.inria.fr/git/tlc/tlc.git tlc
+
+( cd tlc && make -j ${NJOBS} )