Skip to content

Commit

Permalink
change PATH order
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmnk Freemountainer authored and Dmnk Freemountainer committed Dec 5, 2016
1 parent 1c05af9 commit 7b743e8
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 @@ -2,7 +2,7 @@ init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- set QTDIR=C:\Qt\5.7\mingw53_32
- set PATH=%PATH%;%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin
- set PATH=%QTDIR%\bin;C:\Qt\Tools\mingw530_32\bin;%PATH%
build_script:
- bash tools/appveyor.sh
artifacts:
Expand Down

0 comments on commit 7b743e8

Please sign in to comment.