[Git][wxwidgets/wxwidgets][master] Fix disabling 3.2 compatibility in MSVS 2026 CI job

1 view
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
May 22, 2026, 12:24:51 PMMay 22
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 3d179ac1
    by Vadim Zeitlin at 2026-05-22T17:56:45+02:00
    Fix disabling 3.2 compatibility in MSVS 2026 CI job
    
    Add the test forgotten in the parent commit.
    

1 changed file:

Changes:

  • .github/workflows/ci_msw.yml
    ... ... @@ -106,7 +106,7 @@ jobs:
    106 106
                 $use_std_string = "${{ matrix.use_std_string }}" ? 1 : 0
    
    107 107
                 $use_utf8 = "${{ matrix.use_utf8 }}" ? 1 : 0
    
    108 108
                 $no_compat_3_2 = "${{ matrix.no_compat_3_2 }}" ? 1 : 0
    
    109
    -            if ( $use_std_string -or $use_utf8 ) {
    
    109
    +            if ( $use_std_string -or $use_utf8 -or $no_compat_3_2 ) {
    
    110 110
                   $use_compat_3_2 = 1 - $no_compat_3_2
    
    111 111
                   $txt = Get-Content setup.h
    
    112 112
                   Write-Output $txt |
    


View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help Notification message regarding https://gitlab.com/wxwidgets/wxwidgets/-/commit/3d179ac15e5ff3c23a83215c3a817c624d5b9b31 at 1779467087

Reply all
Reply to author
Forward
0 new messages