Re: [PATCH] ci: build with MSVC in GHA

2025-02-19 Thread David Marchand
On Tue, Feb 18, 2025 at 4:36 PM Andre Muezerie wrote: > > > > Add a build target in Windows 2022 for MSVC. > > > > > > > > Loading MSVC environment and having successive commands in a single > > > > (cmd or pwsh) shell does not seem to correctly report if one of the > > > > commands failed. > > >

Re: [PATCH] ci: build with MSVC in GHA

2025-02-18 Thread Aaron Conole
David Marchand writes: > On Tue, Feb 18, 2025 at 2:32 PM Aaron Conole wrote: >> >> David Marchand writes: >> >> > Add a build target in Windows 2022 for MSVC. >> > >> > Loading MSVC environment and having successive commands in a single >> > (cmd or pwsh) shell does not seem to correctly report

Re: [PATCH] ci: build with MSVC in GHA

2025-02-18 Thread Andre Muezerie
On Tue, Feb 18, 2025 at 03:10:13PM +0100, David Marchand wrote: > On Tue, Feb 18, 2025 at 2:32 PM Aaron Conole wrote: > > > > David Marchand writes: > > > > > Add a build target in Windows 2022 for MSVC. > > > > > > Loading MSVC environment and having successive commands in a single > > > (cmd or

Re: [PATCH] ci: build with MSVC in GHA

2025-02-18 Thread David Marchand
On Tue, Feb 18, 2025 at 2:32 PM Aaron Conole wrote: > > David Marchand writes: > > > Add a build target in Windows 2022 for MSVC. > > > > Loading MSVC environment and having successive commands in a single > > (cmd or pwsh) shell does not seem to correctly report if one of the > > commands failed

Re: [PATCH] ci: build with MSVC in GHA

2025-02-18 Thread Aaron Conole
David Marchand writes: > Add a build target in Windows 2022 for MSVC. > > Loading MSVC environment and having successive commands in a single > (cmd or pwsh) shell does not seem to correctly report if one of the > commands failed. > For now, load MSVC environment and run commands in separate shel

[PATCH] ci: build with MSVC in GHA

2025-02-12 Thread David Marchand
Add a build target in Windows 2022 for MSVC. Loading MSVC environment and having successive commands in a single (cmd or pwsh) shell does not seem to correctly report if one of the commands failed. For now, load MSVC environment and run commands in separate shells. Signed-off-by: David Marchand