diff options
| author | Gaëtan Gilbert | 2021-03-24 14:20:49 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2021-03-24 14:20:49 +0100 |
| commit | bef4777defa20c0013f47e54f7adabf1411ae758 (patch) | |
| tree | ffd6fb5af6cf14b4ba7ae3240e04de3a82da4f3a /dev/ci | |
| parent | 907c93bcc8791040784fb69d0fdd8bd208cd8d56 (diff) | |
CI Quickchick: don't install quickchick executable to opam
Diffstat (limited to 'dev/ci')
| -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) |
