Skip to content

Commit

Permalink
Branch setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Nov 9, 2023
1 parent 1f7759f commit af08d18
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/windows-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ on:
push:
branches:
- main
- maxirmx-2139-fix-windows-ci-failures
- 'release/**'
paths-ignore:
- '/*.sh'
Expand Down Expand Up @@ -70,21 +71,21 @@ jobs:
fail-fast: false
matrix:
arch: [ { name: 'x64', triplet: 'x64-windows' } ]
toolset: [ 'v142', 'ClangCL' ]
backend: [ 'botan', 'openssl' ]
toolset: [ 'ClangCL' ] # [ 'v142', 'ClangCL' ]
backend: [ 'botan' ] # , 'openssl' ]
shared_libs: [ 'off']
use_cmake_prefix_path: [ 'on', 'off' ]
include:
- arch: { name: 'Win32', triplet: 'x86-windows' }
toolset: 'ClangCL'
backend: 'botan'
use_cmake_prefix_path: 'on'
shared_libs: 'off'
- arch: { name: 'Win32', triplet: 'x86-windows' }
toolset: 'v142'
backend: 'openssl'
use_cmake_prefix_path: 'off'
shared_libs: 'off'
use_cmake_prefix_path: [ 'on' ] # , 'off' ]
# include:
# - arch: { name: 'Win32', triplet: 'x86-windows' }
# toolset: 'ClangCL'
# backend: 'botan'
# use_cmake_prefix_path: 'on'
# shared_libs: 'off'
# - arch: { name: 'Win32', triplet: 'x86-windows' }
# toolset: 'v142'
# backend: 'openssl'
# use_cmake_prefix_path: 'off'
# shared_libs: 'off'

steps:
- name: Checkout
Expand Down

0 comments on commit af08d18

Please sign in to comment.