aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-hott.sh
blob: 0c07564c021e7daa66d10afb13e23f09f3e07663 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

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

git_checkout mz-8.7 https://github.com/ejgallego/HoTT.git HoTT

( cd HoTT && ./autogen.sh && ./configure && make -j ${NJOBS} )