parent
8f8315368b
commit
349e4b310e
3
.github/workflows/ubuntu.yml
vendored
3
.github/workflows/ubuntu.yml
vendored
@ -66,7 +66,8 @@ jobs:
|
|||||||
run: cmake --build build --target ${{ matrix.target }}
|
run: cmake --build build --target ${{ matrix.target }}
|
||||||
|
|
||||||
ci_cmake_flags:
|
ci_cmake_flags:
|
||||||
runs-on: ubuntu-focal
|
runs-on: ubuntu-latest
|
||||||
|
container: ubuntu:focal
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Get latest CMake and ninja
|
- name: Get latest CMake and ninja
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
||||||
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
||||||
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||||
<!-- Namespace nlohmann -->
|
<!-- Namespace nlohmann -->
|
||||||
<Type Name="nlohmann::basic_json<*>">
|
<Type Name="nlohmann::basic_json<*>">
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
||||||
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
|
||||||
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
|
||||||
{% for ns in namespaces %}
|
{% for ns in namespaces %}
|
||||||
<!-- Namespace {{ ns }} -->
|
<!-- Namespace {{ ns }} -->
|
||||||
|
Loading…
Reference in New Issue
Block a user