aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-quickchick.sh
blob: 62623f4c3909ad24b3b25499de41204d880efb66 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"

git_download quickchick

( cd "${CI_BUILD_DIR}/quickchick" && make && make install-plugin)