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

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

git_download VST

( cd "${CI_BUILD_DIR}/VST" && make IGNORECOQVERSION=true )