Skip to content

CXXCBC-394: hide tao::json where it is possible #2112

CXXCBC-394: hide tao::json where it is possible

CXXCBC-394: hide tao::json where it is possible #2112

Workflow file for this run

name: windows
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [windows-2022, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
run: |
choco install --no-progress nasm
- uses: actions/checkout@v2
with:
submodules: recursive
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}-${{ matrix.os }}
variant: sccache
- name: Build tests
timeout-minutes: 80
env:
CB_CACHE_OPTION: sccache
# CB_CMAKE_BUILD_TYPE: Release
CB_CMAKE_BUILD_TYPE: RelWithDebInfo
CB_NUMBER_OF_JOBS: 2
run: ruby ./bin/build-tests.rb