diff options
| author | Gaëtan Gilbert | 2020-07-22 13:12:41 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2020-07-24 14:35:56 +0200 |
| commit | 54ba930765c78df111d60d2cb60b95f9869344df (patch) | |
| tree | b42cf5c745c6abecb68bbd616500c131bc95c685 /dev | |
| parent | 63c216d662647f701daae5e20c5af6ba3e38e3da (diff) | |
CI metacoq: make .merlin
For convenience
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-metacoq.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-metacoq.sh b/dev/ci/ci-metacoq.sh index 1302065961..27876d68de 100755 --- a/dev/ci/ci-metacoq.sh +++ b/dev/ci/ci-metacoq.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download metacoq -( cd "${CI_BUILD_DIR}/metacoq" && ./configure.sh local && make ci-local && make install ) +( cd "${CI_BUILD_DIR}/metacoq" && ./configure.sh local && make .merlin && make ci-local && make install ) |
