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

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

git_download HoTT

( cd "${CI_BUILD_DIR}/HoTT" && ./autogen.sh && ./configure && make )