summaryrefslogtreecommitdiff
path: root/dev/ci/ci-mtac2.sh
blob: 7075d4d7f6e54a940fff409222954b7df8aa27d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

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

git_download unicoq

( cd "${CI_BUILD_DIR}/unicoq" && coq_makefile -f Make -o Makefile && make && make install )

git_download mtac2

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