Skip to content

Commit a00a263

Browse files
author
Frederick Thomssen
authored
Update appveyor.yml
1 parent e3f4b30 commit a00a263

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
matrix:
77
- QTDIR: C:\Qt\5.15\mingw81_32
88
MINGWDIR: C:\mingw-w64\i686-8.1.0-posix-dwarf-rt_v6-rev0
9+
OPENSSL: openssl-1.1.1h_3-win32-mingw
910
QT_INSTALLER_URL: https://download.qt.io/official_releases/qt-installer-framework/3.2.2
1011

1112
install:
@@ -15,14 +16,6 @@ install:
1516
- '%QTDIR%\bin\qtenv2.bat'
1617

1718
build_script:
18-
# Copy SSL libraries
19-
- dir %APPVEYOR_BUILD_FOLDER%
20-
- 7z x %APPVEYOR_BUILD_FOLDER%\deploy\openssl-*-win32*.zip -o%APPVEYOR_BUILD_FOLDER%
21-
- dir %APPVEYOR_BUILD_FOLDER%
22-
- dir %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw
23-
- xcopy %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw\libcrypto-1_1.dll %DIST%
24-
- xcopy %APPVEYOR_BUILD_FOLDER%\openssl-1.1.1h_3-win32-mingw\libssl-1_1.dll %DIST%
25-
- xxxXXXxxx
2619
# VERSION format: branch-master/branch-1.2
2720
# INSTVERSION format: 9999.0/1.2
2821
# WINVERSION format: 9999.0.0.123/1.2.0.234
@@ -65,9 +58,9 @@ after_build:
6558
- xcopy %BUILD%\cli\release\redtimercli.exe %DIST%
6659
- xcopy %BUILD%\libqtredmine\release\qtredmine.dll %DIST%
6760
# Copy SSL libraries
68-
- 7z x deploy\openssl-*-win32*.zip
69-
- xcopy openssl*\libcrypto-1_1.dll %DIST%
70-
- xcopy openssl*\libssl-1_1.dll %DIST%
61+
- 7z x deploy\openssl-*-win32*.zip -o%APPVEYOR_BUILD_FOLDER%
62+
- xcopy %OPENSSL%\libcrypto-1_1.dll %DIST%
63+
- xcopy %OPENSSL%\libssl-1_1.dll %DIST%
7164
# Copy Qt libraries
7265
- xcopy %QTDIR%\bin\d3dcompiler_47.dll %DIST%
7366
- xcopy %QTDIR%\bin\libEGL.dll %DIST%

0 commit comments

Comments
 (0)