Skip to content

Caching logger enable state to avoid lenghty checks with every log call #3184

Caching logger enable state to avoid lenghty checks with every log call

Caching logger enable state to avoid lenghty checks with every log call #3184

Workflow file for this run

name: cxx11
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: ubuntu
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: configure
run: |
mkdir _build && cd _build
cmake ../ -DENABLE_STDCXX_SYNC=ON -DENABLE_UNITTESTS=ON -DENABLE_BONDING=ON -DENABLE_TESTING=ON -DENABLE_EXAMPLES=ON
- name: build
run: cd _build && cmake --build ./
- name: test
run: cd _build && ctest --extra-verbose