Use wine paths by default even if non-existent
[carla.git] / .travis / script-linux-strict.sh
blobc338054511cb2aac53f33ce59afa328b021d9d5f
1 #!/bin/bash
3 set -e
5 # Preparation
6 export CC=gcc-9
7 export CXX=g++-9
8 export PKG_CONFIG_PATH=/opt/kxstudio/lib/pkgconfig:${PKG_CONFIG_PATH}
9 unset CFLAGS
10 unset CXXFLAGS
11 unset LDFLAGS
13 # Start clean
14 make distclean >/dev/null
16 # Print available features
17 make USING_JUCE=false features
19 # Build things that we skip strict tests for
20 make USING_JUCE=false 3rd frontend
21 make USING_JUCE=false -C source/modules/water posix32
23 # Build native stuff
24 make USING_JUCE=false TESTBUILD=true
26 # Build 32bit bridges
27 make USING_JUCE=false TESTBUILD=true posix32