diff options
| author | coqbot-app[bot] | 2021-03-24 17:56:38 +0000 |
|---|---|---|
| committer | GitHub | 2021-03-24 17:56:38 +0000 |
| commit | f7d5e6646939144b23af95d00db3c9a35eb54a55 (patch) | |
| tree | ffd6fb5af6cf14b4ba7ae3240e04de3a82da4f3a /dev | |
| parent | 907c93bcc8791040784fb69d0fdd8bd208cd8d56 (diff) | |
| parent | bef4777defa20c0013f47e54f7adabf1411ae758 (diff) | |
Merge PR #13994: CI Quickchick: don't install quickchick executable to opam
Reviewed-by: ejgallego
Diffstat (limited to 'dev')
| -rwxr-xr-x | dev/ci/ci-quickchick.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-quickchick.sh b/dev/ci/ci-quickchick.sh index 2bc2a18849..62623f4c39 100755 --- a/dev/ci/ci-quickchick.sh +++ b/dev/ci/ci-quickchick.sh @@ -5,4 +5,4 @@ ci_dir="$(dirname "$0")" git_download quickchick -( cd "${CI_BUILD_DIR}/quickchick" && make && make install) +( cd "${CI_BUILD_DIR}/quickchick" && make && make install-plugin) |
