We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92cb4b7 commit 65ef364Copy full SHA for 65ef364
.appveyor.yml
@@ -50,7 +50,11 @@ before_test:
50
- cmd: SET PATH=%PATH%;C:\qt\5.5\msvc2013\bin
51
- cmd: if exist Testing\Debug copy C:\dspdf\popplerDyn\poppler\bin\poppler-qt5d.dll Testing\Debug\poppler-qt5.dll
52
- cmd: if exist Testing\Debug copy C:\dspdf\popplerDyn\poppler\bin\poppler-qt5d.dll Debug\poppler-qt5.dll
53
+ - cmd: if exist Testing\Debug windeployqt Testing\Debug\
54
+ - cmd: if exist Testing\Debug windeployqt Debug\
55
- cmd: SET CTEST_OUTPUT_ON_FAILURE=1
56
+ - cmd: if exist Testing\Release windeployqt Testing\Release\
57
+ - cmd: if exist Testing\Release windeployqt Release\
58
59
after_test:
60
- cmd: msbuild RUN_TESTS.vcxproj
0 commit comments