mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
appveyor: call up Mingw GCC directly
This commit is contained in:
parent
f5ae094e5b
commit
d79804c119
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ os: MinGW
|
|||
|
||||
environment:
|
||||
CC: ccache
|
||||
CCACHE_CC: mingw32-gcc
|
||||
CCACHE_CC: C:\MinGW\bin\mingw32-gcc.exe
|
||||
WINDRES: windres
|
||||
MINGW_SDK: c:\MinGW
|
||||
CFLAGS: -Wall -W -Werror
|
||||
|
@ -41,7 +41,7 @@ configuration:
|
|||
|
||||
before_build:
|
||||
- set PATH=%MINGW_SDK%\bin;%PATH%
|
||||
- mingw32-gcc --version
|
||||
- C:\MinGW\bin\mingw32-gcc.exe --version
|
||||
- mingw32-make --version
|
||||
- nasm -v
|
||||
- upx -V
|
||||
|
|
Loading…
Reference in a new issue