aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-vst.sh
blob: 169d1a41db76f7d4eb8597cdeb64192edec239a4 (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 )