Browse Source

Enable blop build in CI

tags/v1.0
falkTX 3 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
env:
- TARGET="linux"
- PLUGINS="abgate artyfx caps fomp mda"
- PLUGINS="abgate artyfx blop caps fomp mda"

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

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



Loading…
Cancel
Save