mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Windows CI: Add make install step on the shared 64 bit build
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/15433)
This commit is contained in:
parent
4f7fc52979
commit
3113192705
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -33,6 +33,13 @@ jobs:
|
||||
- name: test
|
||||
working-directory: _build
|
||||
run: nmake test VERBOSE_FAILURE=yes TESTS=-test_fuzz
|
||||
- name: install
|
||||
# Run on 64 bit only as 32 bit is slow enough already
|
||||
if: $${{ matrix.arch == 'win64' }}
|
||||
run: |
|
||||
mkdir _dest
|
||||
nmake install DESTDIR=_dest
|
||||
working-directory: _build
|
||||
plain:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user