Browse Source

Yet another build fix

tags/v1.1
falkTX 4 years ago
parent
commit
81fbab0d50
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      .travis.yml
  2. +2
    -1
      plugins/dpf-plugins.json

+ 2
- 1
.travis.yml View File

@@ -75,7 +75,8 @@ install:
- bash ${TRAVIS_BUILD_DIR}/.travis/install.sh

script:
- rm -rf ${HOME}/PawPawBuilds/builds/macos-universal/die-plugins-6c693aab4bbd8bb7b15b2423202248f66f1990fe
- rm -rf ${HOME}/PawPawBuilds/builds/macos-universal/dpf-plugins-bec7befcde9469bdbc0f7846fe89b82612181edc
- rm -rf ${HOME}/PawPawBuilds/builds/win32/distrho-ports-vitalium-c81c63cb42b866ab47b1c3749ef7251e0e5b0818
- bash ${TRAVIS_BUILD_DIR}/bootstrap-plugins.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/.cleanup.sh ${TARGET}
- bash ${TRAVIS_BUILD_DIR}/.travis/script.sh


+ 2
- 1
plugins/dpf-plugins.json View File

@@ -19,5 +19,6 @@
"description": "Collection of DPF-based plugins",
"dlbaseurl": "https://github.com/DISTRHO/DPF-Plugins.git",
"dlmethod": "git",
"buildtype": "make"
"buildtype": "make",
"buildargs": "NOOPT=true"
}

Loading…
Cancel
Save