aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorGaëtan Gilbert2021-03-24 14:20:49 +0100
committerGaëtan Gilbert2021-03-24 14:20:49 +0100
commitbef4777defa20c0013f47e54f7adabf1411ae758 (patch)
treeffd6fb5af6cf14b4ba7ae3240e04de3a82da4f3a /dev
parent907c93bcc8791040784fb69d0fdd8bd208cd8d56 (diff)
CI Quickchick: don't install quickchick executable to opam
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/ci-quickchick.sh2
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)