Browse Source

Build dpf-plugins by default

tags/v1.0
falkTX 4 years ago
parent
commit
0c8519fbd2
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      .travis.yml

+ 5
- 5
.travis.yml View File

@@ -16,21 +16,21 @@ jobs:
compiler: gcc compiler: gcc
env: env:
- TARGET="linux" - TARGET="linux"
- PLUGINS="abgate artyfx blop caps fomp mda"
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda"


# linux with macOS cross-compilation # linux with macOS cross-compilation
- os: linux - os: linux
compiler: gcc compiler: gcc
env: env:
- TARGET="macos-old" - TARGET="macos-old"
- PLUGINS="abgate artyfx caps fomp mda"
- PLUGINS="abgate artyfx caps dpf-plugins fomp mda"


# linux with win32 cross-compilation # linux with win32 cross-compilation
- os: linux - os: linux
compiler: gcc compiler: gcc
env: env:
- TARGET="win32" - TARGET="win32"
- PLUGINS="abgate artyfx blop caps fomp mda"
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda"
services: services:
- xvfb - xvfb


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


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


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


Loading…
Cancel
Save