Browse Source

Update distrho-ports, build only on windows, for now

tags/v1.0
falkTX 4 years ago
parent
commit
2adb83ce4d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 4 deletions
  1. +3
    -3
      .travis.yml
  2. +1
    -1
      plugins/distrho-ports-drowaudio.json

+ 3
- 3
.travis.yml View File

@@ -30,7 +30,7 @@ jobs:
compiler: gcc
env:
- TARGET="win32"
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda"
- PLUGINS="abgate artyfx blop caps dpf-plugins distrho-ports-drowaudio fomp mda"
services:
- xvfb

@@ -39,7 +39,7 @@ jobs:
compiler: gcc
env:
- TARGET="win64"
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda"
- PLUGINS="abgate artyfx blop caps dpf-plugins distrho-ports-drowaudio fomp mda"
services:
- xvfb

@@ -48,7 +48,7 @@ jobs:
compiler: gcc
env:
- TARGET="macos"
- PLUGINS="abgate artyfx blop dpf-plugins distrho-ports-drowaudio fomp mda"
- PLUGINS="abgate artyfx blop dpf-plugins fomp mda"

before_install:
- bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh


+ 1
- 1
plugins/distrho-ports-drowaudio.json View File

@@ -7,7 +7,7 @@
"drowaudio-reverb.lv2",
"drowaudio-tremolo.lv2"
],
"version": "df6e0561732294411b9aa816f28205b048d35f57",
"version": "5d3771671d118580ea5dc9ee4fbe3f4f5a971321",
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git",
"dlmethod": "git",
"buildtype": "meson",


Loading…
Cancel
Save