Browse Source

Yet another CI fix

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.2.0-RC1
falkTX 4 years ago
parent
commit
577987dffd
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .travis/script-linux-juce-strict.sh
  2. +1
    -1
      .travis/script-linux-strict.sh
  3. +1
    -1
      .travis/script-linux.sh

+ 1
- 1
.travis/script-linux-juce-strict.sh View File

@@ -17,7 +17,7 @@ make distclean >/dev/null
make USING_JUCE=true features make USING_JUCE=true features


# Build things that we skip strict tests for # Build things that we skip strict tests for
make USING_JUCE=true 3rd frontend plugin-wine
make USING_JUCE=true 3rd frontend
make USING_JUCE=true -C source/modules/juce_audio_basics posix32 make USING_JUCE=true -C source/modules/juce_audio_basics posix32
make USING_JUCE=true -C source/modules/juce_audio_devices posix32 make USING_JUCE=true -C source/modules/juce_audio_devices posix32
make USING_JUCE=true -C source/modules/juce_audio_processors posix32 make USING_JUCE=true -C source/modules/juce_audio_processors posix32


+ 1
- 1
.travis/script-linux-strict.sh View File

@@ -17,7 +17,7 @@ make distclean >/dev/null
make USING_JUCE=false features make USING_JUCE=false features


# Build things that we skip strict tests for # Build things that we skip strict tests for
make USING_JUCE=false 3rd frontend plugin-wine
make USING_JUCE=false 3rd frontend
make USING_JUCE=false -C source/modules/water posix32 make USING_JUCE=false -C source/modules/water posix32


# Build native stuff # Build native stuff


+ 1
- 1
.travis/script-linux.sh View File

@@ -20,7 +20,7 @@ make USING_JUCE=false features
make USING_JUCE=false all posix32 posix64 make USING_JUCE=false all posix32 posix64


# Build wine bridges # Build wine bridges
make USING_JUCE=false wine32 wine64
make USING_JUCE=false wine32 wine64 plugin-wine


# Build windows binaries for bridges # Build windows binaries for bridges
env PATH=/opt/mingw32/bin:${PATH} make win32 USING_JUCE=false CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ env PATH=/opt/mingw32/bin:${PATH} make win32 USING_JUCE=false CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++


Loading…
Cancel
Save