Skip to content

Commit c1e8021

Browse files
committed
invoke the new ci step from ubuntu.yml
Signed-off-by: Harinath Nampally <[email protected]>
1 parent ffbc778 commit c1e8021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
container: ubuntu:focal
109109
strategy:
110110
matrix:
111-
target: [ci_cmake_flags, ci_test_diagnostics, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls]
111+
target: [ci_cmake_flags, ci_test_diagnostics, ci_test_diagnostic_positions, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls]
112112
steps:
113113
- name: Install build-essential
114114
run: apt-get update ; apt-get install -y build-essential unzip wget git

cmake/ci.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ add_custom_target(ci_test_diagnostics
558558
add_custom_target(ci_test_diagnostic_positions
559559
COMMAND ${CMAKE_COMMAND}
560560
-DCMAKE_BUILD_TYPE=Debug -GNinja
561-
-DJSON_BuildTests=ON -DJSON_Diagnostics=ON -DJSON_Diagnostic_Positions=ON
561+
-DJSON_BuildTests=ON -DJSON_Diagnostic_Positions=ON
562562
-S${PROJECT_SOURCE_DIR} -B${PROJECT_BINARY_DIR}/build_diagnostic_positions
563563
COMMAND ${CMAKE_COMMAND} --build ${PROJECT_BINARY_DIR}/build_diagnostic_positions
564564
COMMAND cd ${PROJECT_BINARY_DIR}/build_diagnostic_positions && ${CMAKE_CTEST_COMMAND} --parallel ${N} --output-on-failure

0 commit comments

Comments
 (0)