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

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

FORCE_GIT=1
git_download bedrock2

( cd "${CI_BUILD_DIR}/bedrock2" && git submodule update --init --recursive && COQMF_ARGS='-arg "-async-proofs-tac-j 1"' make && make install )