From a3075318fc92b8ab0e407bedc3a8a6e492a44254 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 13 Jan 2021 19:29:53 +0000 Subject: [PATCH] Should be all good now Signed-off-by: falkTX --- .travis.yml | 2 +- .travis/script.sh | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/.travis.yml b/.travis.yml index cb9964b..c0b4616 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ cache: env: global: - - BOOTSTRAP_VERSION=10 + - BOOTSTRAP_VERSION=11 jobs: include: diff --git a/.travis/script.sh b/.travis/script.sh index 40e9665..c99433a 100755 --- a/.travis/script.sh +++ b/.travis/script.sh @@ -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}"