Skip to content

chore(amalgamate): regenerate single-header cjsonx.h with upstream fixes #12

chore(amalgamate): regenerate single-header cjsonx.h with upstream fixes

chore(amalgamate): regenerate single-header cjsonx.h with upstream fixes #12

Workflow file for this run

name: Windows
on:
push:
branches: [ master, main ]
pull_request:
branches: [ master, main ]
jobs:
msvc:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Configure CMake
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build --config Release
- name: Run tests
run: ctest --test-dir build -C Release --output-on-failure -V