mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
appveyor: use mingw32-gcc as compiler
This commit is contained in:
parent
038a9f19cb
commit
df6d3de8ca
1 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ os: MinGW
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
CC: ccache
|
CC: ccache
|
||||||
CCACHE_CC: i686-w64-mingw32-gcc
|
CCACHE_CC: mingw32-gcc
|
||||||
WINDRES: windres
|
WINDRES: windres
|
||||||
MINGW_SDK: c:\MinGW
|
MINGW_SDK: c:\MinGW
|
||||||
CFLAGS: -Wall -W -Werror
|
CFLAGS: -Wall -W -Werror
|
||||||
|
|
@ -75,9 +75,9 @@ deploy:
|
||||||
folder: appveyor
|
folder: appveyor
|
||||||
application:
|
application:
|
||||||
active_mode: false
|
active_mode: false
|
||||||
on:
|
# on:
|
||||||
branch: master
|
# branch: master
|
||||||
appveyor_repo_tag: false
|
# appveyor_repo_tag: true
|
||||||
|
|
||||||
|
|
||||||
on_finish:
|
on_finish:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue