Browse Source

Should be all good now

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

+ 1
- 1
.travis.yml View File

@@ -13,7 +13,7 @@ cache:

env:
global:
- BOOTSTRAP_VERSION=10
- BOOTSTRAP_VERSION=11

jobs:
include:


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

@@ -22,18 +22,17 @@ PLUGINS_DISTRHO="distrho-ports-arctican distrho-ports-tal-plugins"
# 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
# TODO build plugins after all libs are correct
# 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 [ ${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