aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-metacoq.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-metacoq.sh')
-rwxr-xr-xdev/ci/ci-metacoq.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-metacoq.sh b/dev/ci/ci-metacoq.sh
index 9a9bd3648..91a33695b 100755
--- a/dev/ci/ci-metacoq.sh
+++ b/dev/ci/ci-metacoq.sh
@@ -6,11 +6,11 @@ source ${ci_dir}/ci-common.sh
# MetaCoq + UniCoq
-git clone --depth 1 https://github.com/unicoq/unicoq.git
+git_checkout master https://github.com/unicoq/unicoq.git unicoq
( cd unicoq && coq_makefile -f Make -o Makefile && make -j ${NJOBS} && make install )
-git clone --depth 1 https://github.com/MetaCoq/MetaCoq.git
+git_checkout master https://github.com/MetaCoq/MetaCoq.git MetaCoq
( cd MetaCoq && coq_makefile -f _CoqProject -o Makefile && make -j ${NJOBS} )