mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
add openssl artifact using prebuilt binaries from appveyor build env
This commit is contained in:
parent
d322a81bd1
commit
6f8e1f648c
1 changed files with 3 additions and 0 deletions
|
@ -67,9 +67,12 @@ after_build:
|
||||||
|
|
||||||
- ps: | # package artifacts
|
- ps: | # package artifacts
|
||||||
7z a $env:BUILD .\bin\*
|
7z a $env:BUILD .\bin\*
|
||||||
|
7z a openssl_win64.7z C:\OpenSSL-Win64\bin\libeay32.dll C:\OpenSSL-Win64\bin\ssleay32.dll
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: $(BUILD)
|
- path: $(BUILD)
|
||||||
name: rpcs3
|
name: rpcs3
|
||||||
|
- path: openssl_win64.7z
|
||||||
|
name: openssl
|
Loading…
Add table
Add a link
Reference in a new issue