aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-unimath.sh
blob: aa20fe1ff0acd8efd8fde1839fd430f4548d462e (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

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

UniMath_CI_DIR="${CI_BUILD_DIR}/UniMath"

git_checkout "${UniMath_CI_BRANCH}" "${UniMath_CI_GITURL}" "${UniMath_CI_DIR}"

( cd "${UniMath_CI_DIR}" && make BUILD_COQ=no )