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

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

git_download coq_performance_tests

( cd "${CI_BUILD_DIR}/coq_performance_tests" && make coq perf-Sanity && make validate && make install )