Yet another CI fix

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2020-04-22 07:53:42 +01:00
parent 7555310048
commit 577987dffd
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ make distclean >/dev/null
make USING_JUCE=true features
# 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_devices posix32
make USING_JUCE=true -C source/modules/juce_audio_processors posix32

View File

@ -17,7 +17,7 @@ make distclean >/dev/null
make USING_JUCE=false features
# 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
# Build native stuff

View File

@ -20,7 +20,7 @@ make USING_JUCE=false features
make USING_JUCE=false all posix32 posix64
# Build wine bridges
make USING_JUCE=false wine32 wine64
make USING_JUCE=false wine32 wine64 plugin-wine
# 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++