aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-mtac2.sh
blob: e08dcf07abbc0efc7a993b60c26818df97592619 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

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

git_download mtac2

( cd "${CI_BUILD_DIR}/mtac2" && coq_makefile -f _CoqProject -o Makefile && make )