Skip to content

Update Catch2 to v3.8.1 #50

Update Catch2 to v3.8.1

Update Catch2 to v3.8.1 #50

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