travis.sh: Enable verbose Makefile to debug bin2h issues.

This commit is contained in:
David Korth 2020-07-13 01:44:08 -04:00
parent 346f95f06c
commit 06fa24d1db

View File

@ -4,6 +4,7 @@ mkdir "${TRAVIS_BUILD_DIR}/build"
cd "${TRAVIS_BUILD_DIR}/build"
cmake --version
cmake .. \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DENABLE_NLS=OFF \