Use debug build for Travis testpaint

This commit is contained in:
Marijn van der Werf 2016-10-17 21:30:01 +02:00
parent d7f27cff72
commit 871857ee24
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ pushd build
docker run -v $PARENT:/work/openrct2 -w /work/openrct2/build -i -t openrct2/openrct2:64bit-only bash -c "cmake ../ $OPENRCT2_CMAKE_OPTS && make $OPENRCT_MAKE_OPTS"
elif [[ $TARGET == "linux" ]]
then
cmake $OPENRCT2_CMAKE_OPTS ..
cmake $OPENRCT2_CMAKE_OPTS .. -DCMAKE_BUILD_TYPE=debug
# NOT the same variable as above
# this target also includes building & running of testpaint
make $OPENRCT2_MAKE_OPTS testpaint