diff options
| author | Gaëtan Gilbert | 2020-03-23 23:14:29 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-03-23 23:14:29 +0100 |
| commit | cee03a5adac70a3fae696b81e2e3827971ee6c99 (patch) | |
| tree | 55bafd306bb269684763a6928a66cb3bff593274 /dev/ci/ci-equations.sh | |
| parent | b079040702d34ab06a0b1da2893d739e04477b78 (diff) | |
| parent | e2d0b2d134d7a9b188acc12b5cf913b52f57c8b3 (diff) | |
Merge PR #9607: [ci] add metacoq
Reviewed-by: SkySkimmer
Ack-by: ejgallego
Diffstat (limited to 'dev/ci/ci-equations.sh')
| -rwxr-xr-x | dev/ci/ci-equations.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-equations.sh b/dev/ci/ci-equations.sh index 871d033f5b..30047e624b 100755 --- a/dev/ci/ci-equations.sh +++ b/dev/ci/ci-equations.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download equations -( cd "${CI_BUILD_DIR}/equations" && ./configure.sh coq && make ci) +( cd "${CI_BUILD_DIR}/equations" && ./configure.sh coq && make ci && make install ) |
