Skip to content

Update readme to remove confusing outdated "AixLog::Type" from the docs #22

Update readme to remove confusing outdated "AixLog::Type" from the docs

Update readme to remove confusing outdated "AixLog::Type" from the docs #22

Workflow file for this run

name: Windows-win64
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: cmake build
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
- name: cmake make
run: cmake --build build --parallel 3
- name: test
run: build\Debug\aixlog_example.exe