Browse Source

Enable blop build in CI

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

+ 3
- 3
.travis.yml View File

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


# linux with macOS cross-compilation # linux with macOS cross-compilation
- os: linux - os: linux
@@ -30,7 +30,7 @@ jobs:
compiler: gcc compiler: gcc
env: env:
- TARGET="win32" - TARGET="win32"
- PLUGINS="abgate artyfx caps fomp mda"
- PLUGINS="abgate artyfx blop caps fomp mda"
services: services:
- xvfb - xvfb


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




Loading…
Cancel
Save