mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-08 08:04:08 +02:00
Add missed no-tests in release openssl build for Windows
This commit is contained in:
parent
309372164c
commit
5991cd4350
2 changed files with 2 additions and 2 deletions
2
.github/workflows/win.yml
vendored
2
.github/workflows/win.yml
vendored
|
@ -169,7 +169,7 @@ jobs:
|
||||||
move ossl_static.pdb out32.dbg\ossl_static
|
move ossl_static.pdb out32.dbg\ossl_static
|
||||||
nmake clean
|
nmake clean
|
||||||
move out32.dbg\ossl_static out32.dbg\ossl_static.pdb
|
move out32.dbg\ossl_static out32.dbg\ossl_static.pdb
|
||||||
perl Configure no-shared VC-WIN32
|
perl Configure no-shared no-tests VC-WIN32
|
||||||
nmake
|
nmake
|
||||||
mkdir out32
|
mkdir out32
|
||||||
move libcrypto.lib out32
|
move libcrypto.lib out32
|
||||||
|
|
|
@ -85,7 +85,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
|
||||||
move ossl_static.pdb out32.dbg\ossl_static
|
move ossl_static.pdb out32.dbg\ossl_static
|
||||||
nmake clean
|
nmake clean
|
||||||
move out32.dbg\ossl_static out32.dbg\ossl_static.pdb
|
move out32.dbg\ossl_static out32.dbg\ossl_static.pdb
|
||||||
perl Configure no-shared VC-WIN32
|
perl Configure no-shared no-tests VC-WIN32
|
||||||
nmake
|
nmake
|
||||||
mkdir out32
|
mkdir out32
|
||||||
move libcrypto.lib out32
|
move libcrypto.lib out32
|
||||||
|
|
Loading…
Add table
Reference in a new issue