Skip to content

Add test with lambda as callback #53

Add test with lambda as callback

Add test with lambda as callback #53

Workflow file for this run

name: windows-latest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: cmake
run: cmake -B build -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER=/usr/bin/clang++
- name: build
run: cmake --build build
- name: test
run: .\build\tests\Debug\test.exe