|
|
@@ -16,21 +16,21 @@ jobs: |
|
|
|
compiler: gcc |
|
|
|
env: |
|
|
|
- TARGET="linux" |
|
|
|
- PLUGINS="abgate artyfx blop caps fomp mda" |
|
|
|
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda" |
|
|
|
|
|
|
|
# linux with macOS cross-compilation |
|
|
|
- os: linux |
|
|
|
compiler: gcc |
|
|
|
env: |
|
|
|
- TARGET="macos-old" |
|
|
|
- PLUGINS="abgate artyfx caps fomp mda" |
|
|
|
- PLUGINS="abgate artyfx caps dpf-plugins fomp mda" |
|
|
|
|
|
|
|
# linux with win32 cross-compilation |
|
|
|
- os: linux |
|
|
|
compiler: gcc |
|
|
|
env: |
|
|
|
- TARGET="win32" |
|
|
|
- PLUGINS="abgate artyfx blop caps fomp mda" |
|
|
|
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda" |
|
|
|
services: |
|
|
|
- xvfb |
|
|
|
|
|
|
@@ -39,7 +39,7 @@ jobs: |
|
|
|
compiler: gcc |
|
|
|
env: |
|
|
|
- TARGET="win64" |
|
|
|
- PLUGINS="abgate artyfx blop caps fomp mda" |
|
|
|
- PLUGINS="abgate artyfx blop caps dpf-plugins fomp mda" |
|
|
|
services: |
|
|
|
- xvfb |
|
|
|
|
|
|
@@ -48,7 +48,7 @@ jobs: |
|
|
|
compiler: gcc |
|
|
|
env: |
|
|
|
- TARGET="macos" |
|
|
|
- PLUGINS="abgate artyfx blop fomp mda" |
|
|
|
- PLUGINS="abgate artyfx blop dpf-plugins fomp mda" |
|
|
|
|
|
|
|
before_install: |
|
|
|
- bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh |
|
|
|