Skip to content
Snippets Groups Projects
Commit c2c0a29d authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Qt version updated to 5.11

parent 820a01fa
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ environment:
APPVEYOR_RDP_PASSWORD: 7bKajQWvq4uhfpvc!
BOOSTDIR: C:\Libraries\boost_1_67_0
PYTHONDIR: C:\Python36-x64
QTDIR: "C:\\Qt\\5.9\\msvc2017_64"
QTDIR: "C:\\Qt\\5.11\\msvc2017_64"
PATH: "%QTDIR%\\bin;%PYTHONDIR%;%PYTHONDIR%\\Scripts;%BOOSTDIR%\\lib64-msvc-14.1;%PATH%"
PYTHONPATH: "%PYTHONDIR%;%PYTHONDIR%\\Lib;%PYTHONDIR%\\Lib\\site-packages;%PYTHONDIR%\\DLLs"
build:
......@@ -20,7 +20,6 @@ build:
init:
- echo "BornAgain init" %CD%
- echo %PATH%
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
install:
- git submodule -q update --init
......@@ -65,10 +64,5 @@ test_script:
on_failure:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
#- appveyor PushArtifact Testing/Temporary/LastTest.log
#- appveyor AddTest test
# Uncomment this to debug AppVeyor failures.
#on_finish:
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- appveyor PushArtifact Testing/Temporary/LastTest.log
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