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: ubuntu-latest
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: compiler
run: sudo apt-get update && sudo apt-get install -y clang
- 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/test