From 8f3a0580ef1083594c5c5e5c9fd8bf83890bc00c Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Tue, 15 Jul 2025 15:23:45 +0200 Subject: [PATCH] ci: Enable errors for MSVC job on GitHub CI --- .github/workflows/per_commit.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/per_commit.yml b/.github/workflows/per_commit.yml index 2546edeeb..8bec7076d 100644 --- a/.github/workflows/per_commit.yml +++ b/.github/workflows/per_commit.yml @@ -209,12 +209,10 @@ jobs: %comspec% /k ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"" python ns3 configure --enable-tests --enable-examples --enable-asserts -d release -- -G"Visual Studio 17 2022" -A x64 -T ClangCL - name: Build ns-3 - continue-on-error: true run: | %comspec% /k ""C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat"" python ns3 build - name: Run tests and examples - continue-on-error: true run: | set PATH=%CD%\build;%PATH% python .\test.py --no-build --verbose-failed