File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3838 perl Configure no-shared no-tests VC-WIN32 -DWINVER=0x0601 -D_WIN32_WINNT=0x0601
3939 nmake
4040 nmake install_sw
41+ - name : Upload OpenSSL Artifacts
42+ uses : actions/upload-artifact@v4
43+ with :
44+ name : unity-p4-plugin-ntx86-openssl
45+ path : ${env:ProgramFiles(x86)}\OpenSSL\lib\*
4146 - name : Build
4247 run : |
4348 $env:INCLUDE += ";$(Resolve-Path 'C:\p4api\win32\p4api-*\include\p4\')"
@@ -128,6 +133,11 @@ jobs:
128133 perl Configure no-shared no-tests darwin64-x86_64-cc -mmacosx-version-min=10.11 --prefix=/usr/local/ssl/openssl@1.1-x86_64
129134 make depend
130135 sudo make install_sw
136+ - name : Upload OpenSSL Artifacts
137+ uses : actions/upload-artifact@v4
138+ with :
139+ name : unity-p4-plugin-ntx86-openssl
140+ path : /tmp/openssl-1.1.1w/*.a
131141 - name : Build
132142 run : |
133143 include_dir=(/tmp/p4api-*/include/p4)
You can’t perform that action at this time.
0 commit comments