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

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

git clone --depth 3 -b mz-8.6 https://github.com/ejgallego/HoTT.git

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