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

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

git_download UniMath

( cd "${CI_BUILD_DIR}/UniMath" && make BUILD_COQ=no )