Skip to content

Commit

Permalink
CI: copy openssl dll
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 23, 2024
1 parent b670a08 commit 46e7250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ jobs:
cmake --install . --config ${{matrix.BUILD_TYPE}} --component=DependLibraries
copy /Y ${{env.INSTALL_DIR}}\bin\*.dll install\bin
copy /Y ${{env.INSTALL_DIR}}\lib\*.dll install\bin
copy /Y vcpkg_installed\%VCPKG_TARGET_TRIPLET%\bin\*.dll install/bin
makensis Install.nsi
copy /Y SerialPortAssistant_Setup_${{env.SerialPortAssistant_VERSION}}.exe SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_${{ matrix.qt_arch}}_qt${{matrix.qt_version}}_Setup.exe
copy /Y SerialPortAssistant_Setup_${{env.SerialPortAssistant_VERSION}}.exe SerialPortAssistant_${{env.SerialPortAssistant_VERSION}}_${{matrix.qt_arch}}_qt${{matrix.qt_version}}_Setup.exe
- name: Update configure file
if: ${{ matrix.BUILD_TYPE == 'Release' }}
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ build_script:
-DQt5_DIR=%QT_ROOT%/lib/cmake/qt5
- cmake --build . --config Release
- cmake --build . --config Release --target install
- copy /Y vcpkg_installed\%BUILD_ARCH%-windows\bin\*.dll install/bin
- makensis Install.nsi
- copy /Y SerialPortAssistant_Setup_%SerialPortAssistant_VERSION%.exe SerialPortAssistant_%SerialPortAssistant_VERSION%_windows_xp_%BUILD_ARCH%_Setup.exe

Expand Down

0 comments on commit 46e7250

Please sign in to comment.