Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 24 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
branch: OpenSSL_1_1_1-stable
cross-compile-prefix: x86_64-w64-mingw32-
target: mingw64
- version: "3.0.13"
- version: "3.0.18"
os: linux
dependencies:
branch: openssl-3.0.13
branch: openssl-3.0.18
cross-compile-prefix:
target:
- version: "3.0.13"
- version: "3.0.18"
os: windows
dependencies: mingw-w64
branch: openssl-3.0.13
branch: openssl-3.0.18
cross-compile-prefix: x86_64-w64-mingw32-
target: mingw64
- version: "3.1.5"
Expand All @@ -63,6 +63,18 @@ jobs:
branch: openssl-3.1.5
cross-compile-prefix: x86_64-w64-mingw32-
target: mingw64
- version: "3.2.6"
os: linux
dependencies:
branch: openssl-3.2.6
cross-compile-prefix:
target:
- version: "3.2.6"
os: windows
dependencies: mingw-w64
branch: openssl-3.2.6
cross-compile-prefix: x86_64-w64-mingw32-
target: mingw64
env:
openssl_name: openssl-${{ matrix.version }}-binaries-${{ matrix.os }}

Expand Down Expand Up @@ -179,8 +191,9 @@ jobs:
- 1
crypto:
- openssl-1.1.1
- openssl-3.0.13
- openssl-3.0.18
- openssl-3.1.5
- openssl-3.2.6
exclude:
- os: windows
valgrind: 1
Expand Down Expand Up @@ -297,8 +310,9 @@ jobs:
matrix:
crypto:
- openssl-1.1.1
- openssl-3.0.13
- openssl-3.0.18
- openssl-3.1.5
- openssl-3.2.6
defaults:
run:
shell: wsl-bash {0}
Expand Down Expand Up @@ -438,8 +452,9 @@ jobs:
matrix:
crypto:
- openssl-1.1.1
- openssl-3.0.13
- openssl-3.0.18
- openssl-3.1.5
- openssl-3.2.6

steps:
- name: dependencies
Expand Down Expand Up @@ -517,8 +532,9 @@ jobs:
matrix:
crypto:
- openssl-1.1.1
- openssl-3.0.13
- openssl-3.0.18
- openssl-3.1.5
- openssl-3.2.6

steps:
- name: mycms-misc-download
Expand Down