aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-unimath.sh
blob: 704e278a4baf0f923e84e397e788ad62d98da6ac (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 )