Skip to content

Bump CPM.cmake to Version 0.40.2 #286

Bump CPM.cmake to Version 0.40.2

Bump CPM.cmake to Version 0.40.2 #286

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
push:
branches: [main]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Configure and build this project
uses: threeal/[email protected]
with:
options: RESULT_ENABLE_TESTS=ON
- name: Test this project
uses: threeal/[email protected]
- name: Check coverage
uses: threeal/[email protected]
with:
excludes: build/*
fail-under-line: 99
check-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Configure and check formatting
uses: threeal/[email protected]
with:
build-args: --target format --target check-format