Browse Source

Build base distrho plugins

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
9944a71234
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 11 additions and 13 deletions
  1. +11
    -13
      .travis/script.sh

+ 11
- 13
.travis/script.sh View File

@@ -21,20 +21,18 @@ PLUGINS_DISTRHO="distrho-ports-arctican distrho-ports-drowaudio distrho-ports-ta
# ninjas2: need to put http://kxstudio.sf.net/ns/lv2ext/props#NonAutomable spec somewhere

# only build full set of distrho-ports if we have previously cached builds, otherwise we time-out in travis
if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; then
PLUGINS_DISTRHO+=" distrho-ports-dexed"
PLUGINS_DISTRHO+=" distrho-ports-klangfalter"
PLUGINS_DISTRHO+=" distrho-ports-luftikus"
PLUGINS_DISTRHO+=" distrho-ports-obxd"
PLUGINS_DISTRHO+=" distrho-ports-pitched-delay"
PLUGINS_DISTRHO+=" distrho-ports-refine"
PLUGINS_DISTRHO+=" distrho-ports-temper"
PLUGINS_DISTRHO+=" distrho-ports-vex"
PLUGINS_DISTRHO+=" distrho-ports-wolpertinger"
fi

# TODO build plugins after all libs are correct
PLUGINS_DISTRHO=""
# if [ ${LAST_BOOTSTRAP_VERSION} -eq ${BOOTSTRAP_VERSION} ]; then
# PLUGINS_DISTRHO+=" distrho-ports-dexed"
# PLUGINS_DISTRHO+=" distrho-ports-klangfalter"
# PLUGINS_DISTRHO+=" distrho-ports-luftikus"
# PLUGINS_DISTRHO+=" distrho-ports-obxd"
# PLUGINS_DISTRHO+=" distrho-ports-pitched-delay"
# PLUGINS_DISTRHO+=" distrho-ports-refine"
# PLUGINS_DISTRHO+=" distrho-ports-temper"
# PLUGINS_DISTRHO+=" distrho-ports-vex"
# PLUGINS_DISTRHO+=" distrho-ports-wolpertinger"
# fi

if [ "${TARGET}" = "linux" ]; then
PLUGINS="${PLUGINS_BASE} ${PLUGINS_CROSS}"


Loading…
Cancel
Save