[CI] Run the Windows CI using all native config (static, dyn, mixed)
This commit is contained in:
parent
b2704f66f8
commit
51cceb7c58
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue