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

appveyor: add both Mingw folders into the PATH

parent e38329e9
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,7 @@ version: 2.1.16.{branch}-{build}
os: MinGW
environment:
CC: ccache
CCACHE_CC: mingw32-gcc.exe
CCACHE_PATH: C:\MinGW\bin
CC: mingw32-gcc.exe
WINDRES: windres
MINGW_SDK: c:\msys64\mingw32
CFLAGS: -Wall -W -Werror
......@@ -41,8 +39,8 @@ configuration:
- DD
before_build:
- set PATH=%MINGW_SDK%\bin;%PATH%
- C:\MinGW\bin\mingw32-gcc.exe --version
- set PATH=%MINGW_SDK%\bin;C:\Mingw\bin;%PATH%
- 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