Skip to content

Commit

Permalink
Switch default PATH for mingw
Browse files Browse the repository at this point in the history
Otherwise it tries to copy from the separate Qt mingw
installation.
  • Loading branch information
misery committed Jan 7, 2019
1 parent c9adf39 commit 84d957f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ before_build:
build_script:
- cd "%APPVEYOR_BUILD_FOLDER%"
- set OPENSSL_ROOT=%OPENSSLPath%
- set PATH=%QTPATH%;%QTPATH%/bin;%OPENSSLPath%;%PATH%
- set PATH=%PATH%;%QTPATH%;%QTPATH%/bin;%OPENSSLPath%
- echo %PATH%
- echo %OPENSSL_ROOT%
- mkdir _build
Expand All @@ -76,7 +76,7 @@ build_script:
test_script:
- cd "%APPVEYOR_BUILD_FOLDER%"/_build
- set PATH=%QTPATH%;%QTPATH%/bin;%PATH%
- set PATH=%PATH%;%QTPATH%;%QTPATH%/bin
- echo %PATH%
- ctest --output-on-failure -C "%CONFIGURATION%"

Expand Down

0 comments on commit 84d957f

Please sign in to comment.