Skip to content

Make RapidJSON Stack::Bottom pointer cast explicit via void* (#173) #562

Make RapidJSON Stack::Bottom pointer cast explicit via void* (#173)

Make RapidJSON Stack::Bottom pointer cast explicit via void* (#173) #562

Workflow file for this run

name: Release/1.9.5 - CI
on:
push:
branches: [ "Release/1.9.5" ]
pull_request:
branches: [ "Release/1.9.5" ]
jobs:
# Windows
build-windows:
uses: ./.github/workflows/windows.yml
with:
cmake-version: '4.2.7'
platforms: "['x64', 'Win32', 'ARM64']"
configurations: "['RelWithDebInfo', 'Debug']"
# MacOS
build-macos:
uses: ./.github/workflows/macos.yml
with:
cmake-version: '3.31.0'
platforms: "['macOS']"
configurations: "['RelWithDebInfo', 'Debug']"
# iOS
build-ios:
uses: ./.github/workflows/ios.yml
with:
cmake-version: '3.31.0'
platforms: "['iOS']"
configurations: "['RelWithDebInfo', 'Debug']"
# Linux
build-linux:
uses: ./.github/workflows/linux.yml
with:
cmake-version: '3.31.0'
platforms: "['Linux']"
configurations: "['RelWithDebInfo', 'Debug']"
# Sanitizer tests (Clang + ASAN/UBSAN on Linux)
sanitizer:
uses: ./.github/workflows/sanitizer.yml
with:
cmake-version: '3.31.0'