aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-vst.sh
blob: 7a097eaab46bf1bf1f69eac37b1cd1e1f7b59717 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

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

VST_CI_DIR="${CI_BUILD_DIR}/VST"

git_checkout "${VST_CI_BRANCH}" "${VST_CI_GITURL}" "${VST_CI_DIR}"

( cd "${VST_CI_DIR}" && make IGNORECOQVERSION=true )