Browse Source

Fix linux-juce-strict CI

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

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

@@ -18,6 +18,15 @@ 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 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_devices posix32
make USING_JUCE=true -C source/modules/juce_audio_processors posix32
make USING_JUCE=true -C source/modules/juce_core posix32
make USING_JUCE=true -C source/modules/juce_data_structures posix32
make USING_JUCE=true -C source/modules/juce_events posix32
make USING_JUCE=true -C source/modules/juce_graphics posix32
make USING_JUCE=true -C source/modules/juce_gui_basics posix32
make USING_JUCE=true -C source/modules/juce_gui_extra posix32
make USING_JUCE=true -C source/modules/water posix32 make USING_JUCE=true -C source/modules/water posix32


# Build native stuff # Build native stuff


Loading…
Cancel
Save