Browse Source

Move dpf-plugins to cross plugins to build

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

+ 2
- 2
.travis/script.sh View File

@@ -13,8 +13,8 @@ else
LAST_BOOTSTRAP_VERSION=0
fi

PLUGINS_BASE="abgate artyfx caps die-plugins dpf-plugins fomp mda"
PLUGINS_CROSS="blop ninjas2"
PLUGINS_BASE="abgate artyfx caps die-plugins fomp mda"
PLUGINS_CROSS="blop dpf-plugins ninjas2"
PLUGINS_DISTRHO="distrho-ports-arctican distrho-ports-drowaudio distrho-ports-tal-plugins"

# only build full set of distrho-ports if we have previously cached builds, otherwise we time-out travis


Loading…
Cancel
Save