[CI] Run the Windows CI using all native config (static, dyn, mixed)

This commit is contained in:
Matthieu Gautier 2024-08-20 09:53:52 +02:00
parent b2704f66f8
commit 51cceb7c58
1 changed files with 6 additions and 1 deletions

View File

@ -9,10 +9,15 @@ jobs:
Windows:
strategy:
fail-fast: false
matrix:
config:
- native_mixed
- native_dyn
- native_static
runs-on: windows-latest
env:
OS_NAME: windows
COMPILE_CONFIG: native_mixed
COMPILE_CONFIG: ${{matrix.config}}
HOME: 'C:\\Users\\runneradmin'
steps:
- name: Checkout code