Skip to content

Commit 92cb4b7

Browse files
committed
appveyor: Copy to Debug\ and not to Testing\
1 parent 0889bac commit 92cb4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ before_test:
4949
- cmd: SET PATH=%PATH%;C:\dspdf\popplerDyn\poppler\bin
5050
- cmd: SET PATH=%PATH%;C:\qt\5.5\msvc2013\bin
5151
- 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 Testing\poppler-qt5.dll
52+
- cmd: if exist Testing\Debug copy C:\dspdf\popplerDyn\poppler\bin\poppler-qt5d.dll Debug\poppler-qt5.dll
5353
- cmd: SET CTEST_OUTPUT_ON_FAILURE=1
5454

5555
after_test:

0 commit comments

Comments
 (0)