mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
add openssl artifact using prebuilt binaries from appveyor build env
This commit is contained in:
parent
d322a81bd1
commit
6f8e1f648c
@ -67,9 +67,12 @@ after_build:
|
||||
|
||||
- ps: | # package artifacts
|
||||
7z a $env:BUILD .\bin\*
|
||||
7z a openssl_win64.7z C:\OpenSSL-Win64\bin\libeay32.dll C:\OpenSSL-Win64\bin\ssleay32.dll
|
||||
|
||||
test: off
|
||||
|
||||
artifacts:
|
||||
- path: $(BUILD)
|
||||
name: rpcs3
|
||||
- path: openssl_win64.7z
|
||||
name: openssl
|
Loading…
Reference in New Issue
Block a user