Skip to content
Snippets Groups Projects
Commit d79804c1 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor: call up Mingw GCC directly

parent f5ae094e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment