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

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

git_download paramcoq

# Typically flaky on our worker configuration
# https://gitlab.com/coq/coq/-/jobs/1144081161
export COQEXTRAFLAGS='-native-compiler no'
( cd "${CI_BUILD_DIR}/paramcoq" && make && make install && cd test-suite && make examples)