mirror of
https://github.com/nlohmann/json.git
synced 2026-09-11 18:57:58 +00:00
Merge remote-tracking branch 'origin/develop' into claude/issue-5387-duplicate-check-bd7853
Resolves conflicts from develop's binary-reader and serializer rewrites, and the unit-regression2.cpp/unit-regression3.cpp split (#5511): took develop's version of the split test files wholesale (content-equivalent, confirmed by comparing SECTION/TEST_CASE names), and combined the ci_cmake_options CI matrix (ci_test_simdutf + ci_test_no_thread_local). Signed-off-by: Niels Lohmann <mail@nlohmann.me>
This commit is contained in:
@@ -100,7 +100,7 @@ jobs:
|
||||
container: ubuntu:focal
|
||||
strategy:
|
||||
matrix:
|
||||
target: [ci_cmake_flags, ci_test_diagnostics, ci_test_diagnostic_positions, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls, ci_test_no_thread_local]
|
||||
target: [ci_cmake_flags, ci_test_diagnostics, ci_test_diagnostic_positions, ci_test_noexceptions, ci_test_noimplicitconversions, ci_test_legacycomparison, ci_test_noglobaludls, ci_test_simdutf, ci_test_no_thread_local]
|
||||
steps:
|
||||
- name: Install build-essential
|
||||
run: apt-get update ; apt-get install -y build-essential unzip wget git libssl-dev
|
||||
|
||||
Reference in New Issue
Block a user