diff options
Diffstat (limited to 'tools/ci/ci-hott.sh')
| -rwxr-xr-x | tools/ci/ci-hott.sh | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/ci/ci-hott.sh b/tools/ci/ci-hott.sh index 35af76ceb7..8f82ba9f21 100755 --- a/tools/ci/ci-hott.sh +++ b/tools/ci/ci-hott.sh @@ -1,13 +1,8 @@ #!/bin/bash -# Proof of concept contrib build script. - -set -xe - -export PATH=`pwd`/bin:$PATH +ci_dir="$(dirname "$0")" +source ${ci_dir}/ci-common.sh git clone --depth 3 -b mz-8.6 https://github.com/ejgallego/HoTT.git -pushd HoTT -./autogen.sh && ./configure && make -j ${NJOBS} -popd +( cd HoTT && ./autogen.sh && ./configure && make -j ${NJOBS} ) |
