From 720b9e36c539aa9d0675d192912ef2c782205001 Mon Sep 17 00:00:00 2001 From: falkTX Date: Wed, 22 Apr 2020 07:28:55 +0100 Subject: [PATCH] Fix linux-juce-strict CI Signed-off-by: falkTX --- .travis/script-linux-juce-strict.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis/script-linux-juce-strict.sh b/.travis/script-linux-juce-strict.sh index c0716c793..9f2072304 100755 --- a/.travis/script-linux-juce-strict.sh +++ b/.travis/script-linux-juce-strict.sh @@ -18,6 +18,15 @@ make USING_JUCE=true features # Build things that we skip strict tests for 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 # Build native stuff