aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-ltac2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-ltac2.sh')
-rwxr-xr-xdev/ci/ci-ltac2.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev/ci/ci-ltac2.sh b/dev/ci/ci-ltac2.sh
deleted file mode 100755
index 4df22bf249..0000000000
--- a/dev/ci/ci-ltac2.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env bash
-
-ci_dir="$(dirname "$0")"
-. "${ci_dir}/ci-common.sh"
-
-git_download ltac2
-
-( cd "${CI_BUILD_DIR}/ltac2" && make && make tests && make install )