Skip to content

Commit

Permalink
Windows native build with sanitizers (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 17, 2023
1 parent f756fb8 commit fb0893a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ jobs:
backend: 'botan'
use_cmake_prefix_path: 'off'
shared_libs: 'off'
build_mode: [{ sanitizers: 'on', build_type: 'Debug', path_suffix: '/debug' }]
build_mode: { sanitizers: 'on', build_type: 'Debug', path_suffix: '/debug' }
- arch: { name: 'Win32', triplet: 'x86-windows' }
toolset: 'ClangCL'
backend: 'botan'
use_cmake_prefix_path: 'on'
shared_libs: 'off'
build_mode: [{ sanitizers: 'off', build_type: 'Release', path_suffix: '' }]
build_mode: { sanitizers: 'off', build_type: 'Release', path_suffix: '' }
- arch: { name: 'Win32', triplet: 'x86-windows' }
toolset: 'v142'
backend: 'openssl'
use_cmake_prefix_path: 'off'
shared_libs: 'off'
build_mode: [{ sanitizers: 'off', build_type: 'Release', path_suffix: '' }]
build_mode: { sanitizers: 'off', build_type: 'Release', path_suffix: '' }

steps:
- name: Checkout
Expand Down

0 comments on commit fb0893a

Please sign in to comment.