Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add a ci step for Json_Diagnostic_Positions #4579

Merged
merged 6 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ci.cmake to address review comments
Signed-off-by: Harinath Nampally <harinath922@gmail.com>
  • Loading branch information
hnampally committed Jan 1, 2025
commit 39434ce910ed92f72ba8a2f264e6abd7ae35b052
4 changes: 2 additions & 2 deletions cmake/ci.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -552,10 +552,10 @@ add_custom_target(ci_test_diagnostics
)

###############################################################################
# Enable improved diagnostics with positions.
# Enable diagnostic positions support.
###############################################################################

add_custom_target(ci_test_diagnostics_positions
add_custom_target(ci_test_diagnostic_positions
nlohmann marked this conversation as resolved.
Show resolved Hide resolved
COMMAND ${CMAKE_COMMAND}
-DCMAKE_BUILD_TYPE=Debug -GNinja
-DJSON_BuildTests=ON -DJSON_Diagnostics=ON -DJSON_Diagnostic_Positions=ON
nlohmann marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading