mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 04:11:18 +00:00
appveyor: display version of ccache and force use of ccache
This commit is contained in:
parent
d73a6c9833
commit
27578edab6
1 changed files with 2 additions and 1 deletions
|
@ -46,8 +46,9 @@ before_build:
|
|||
- mingw32-make --version
|
||||
- nasm -v
|
||||
- upx -V
|
||||
- ccache -V
|
||||
- ccache -s
|
||||
- set SRB2_MFLAGS=-C src MINGW=1 WARNINGMODE=1 GCC53=1 ECHO=1
|
||||
- set SRB2_MFLAGS=-C src MINGW=1 WARNINGMODE=1 GCC53=1 ECHO=1 CCACHE=1
|
||||
|
||||
build_script:
|
||||
- cmd: mingw32-make.exe %SRB2_MFLAGS% %CONFIGURATION%=1 clean
|
||||
|
|
Loading…
Reference in a new issue