Skip to content

Commit

Permalink
msvs: no debug tests
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 14, 2024
1 parent 5fc1f86 commit 46b30d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nuget/build_nuget.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Write-Host "running tests..."
# run release tests first
cd ../tests/unit
../../msvs_solution/v143_Release_MD/unit_tests.exe --jobs=2 --junit-out=junit_x86_v143_release_md.xml; If(!$?){exit 1}
../../msvs_solution/x64/v143_Release_MD/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_release_md.xml; If(!$?){exit 1}
../../msvs_solution/v143_Debug_MD/unit_tests.exe --jobs=2 --junit-out=junit_x86_v143_debug_md.xml; If(!$?){exit 1}
../../msvs_solution/x64/v143_Debug_MD/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_debug_md.xml; If(!$?){exit 1}
../../msvs_solution/x64/v143_Release_MD/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_release_md.xml; If(!$?){exit 1}
# ../../msvs_solution/v143_Debug_MD/unit_tests.exe --jobs=2 --junit-out=junit_x86_v143_debug_md.xml; If(!$?){exit 1}
# ../../msvs_solution/x64/v143_Debug_MD/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_debug_md.xml; If(!$?){exit 1}
# ../../msvs_solution/v143_Release_MT/unit_tests.exe --jobs=2 --junit-out=junit_x86_v143_release_mt.xml; If(!$?){exit 1}
# ../../msvs_solution/x64/v143_Release_MT/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_release_mt.xml; If(!$?){exit 1}
# ../../msvs_solution/x64/v143_Release_MT/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_release_mt.xml; If(!$?){exit 1}
# ../../msvs_solution/v143_Debug_MT/unit_tests.exe --jobs=2 --junit-out=junit_x86_v143_debug_mt.xml; If(!$?){exit 1}
# ../../msvs_solution/x64/v143_Debug_MT/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_debug_mt.xml; If(!$?){exit 1}
# ../../msvs_solution/x64/v143_Debug_MT/unit_tests.exe --jobs=2 --junit-out=junit_x64_v143_debug_mt.xml; If(!$?){exit 1}
cd ../../nuget

Write-NuGetPackage nuget.autopkg
Expand Down

0 comments on commit 46b30d3

Please sign in to comment.