Skip to content

Commit

Permalink
Removed vcvarsall.bat call 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 107d9fb commit 13670eb
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 @@ -20,14 +20,14 @@ branches:

init:
- set BUILD_TYPE=release
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
- set PATH=%PATH%;C:\Qt\Tools\QtCreator\bin;

install:
# Submodules are not cloned by default
- git submodule update --init --recursive

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;
- echo "catchTests=false" > globals.pri
Expand Down

0 comments on commit 13670eb

Please sign in to comment.