Skip to content

Commit

Permalink
Changed PATH for mingw builds #13
Browse files Browse the repository at this point in the history
  • Loading branch information
mxklb committed Oct 25, 2018
1 parent 88b3091 commit fb4f1fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build:
build_script:
- if [%tbs_tools%]==[msvc14] if [%tbs_arch%]==[x64] call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
- if [%tbs_tools%]==[msvc14] if [%tbs_arch%]==[x64] SET PATH=%PATH%;C:\Qt\5.9\msvc2015\bin;
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] SET PATH=%PATH%;C:\Qt\Tools\mingw530_32\bin;C:\Qt\5.9.5\mingw53_32\bin;
- if [%tbs_tools%]==[mingw] if [%tbs_arch%]==[x32] SET PATH=%PATH%;C:\Qt\Tools\mingw530_32\bin;
- echo %PATH%
- echo "catchTests=false" > globals.pri
- qmake cuteproject.pro -r CONFIG+=%BUILD_TYPE%
Expand Down

0 comments on commit fb4f1fc

Please sign in to comment.