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}"