travis: force increase ccache size (MinGW only)

This commit is contained in:
liushuyu 2018-05-16 22:09:03 -06:00
parent 6a8008caf2
commit dfebf89cc9
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ apt-get install -y ${MINGW_PACKAGES}
# fix a problem in current MinGW headers
wget -q https://github.com/Alexpux/mingw-w64/raw/d0d7f784833bbb0b2d279310ddc6afb52fe47a46/mingw-w64-headers/crt/errno.h -O /usr/x86_64-w64-mingw32/include/errno.h
# override Travis CI unreasonable ccache size
echo 'max_size = 3.0G' > "$HOME/.ccache/ccache.conf"
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE="$(pwd)/../CMakeModules/MinGWCross.cmake" -DUSE_CCACHE=ON -DCMAKE_BUILD_TYPE=Release -DENABLE_QT_TRANSLATION=ON -DCITRA_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON