summaryrefslogtreecommitdiff
path: root/dev/ci/ci-ltac2.sh
blob: 4df22bf249e36a6d272e5ec27b0a9d787168c2b2 (plain)
1
2
3
4
5
6
7
8
#!/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 )