Increase verbosity

This commit is contained in:
Dmitry Marakasov 2018-01-22 21:33:35 +03:00
parent 3d02f10a77
commit 346a2916ab

View File

@ -16,7 +16,7 @@ matrix:
env: CXXSTD=c++1y BUILD_STATIC=yes env: CXXSTD=c++1y BUILD_STATIC=yes
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq cmake libsdl2-dev cppcheck doxygen pulseaudio - sudo apt-get install cmake libsdl2-dev cppcheck doxygen pulseaudio
- sudo sed -i -e '/using ::gets/ d' /usr/include/c++/4.8/cstdio # build failure with clang/c++1y - sudo sed -i -e '/using ::gets/ d' /usr/include/c++/4.8/cstdio # build failure with clang/c++1y
- |- - |-
if [ -n "${BUILD_COVERAGE}" ]; then if [ -n "${BUILD_COVERAGE}" ]; then