Skip to content

Correct links to annotated results #88

Correct links to annotated results

Correct links to annotated results #88

Workflow file for this run

name: CMake
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: CMake workflow
run: cmake --workflow --preset default
windows-build:
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- name: CMake workflow
run: cmake --workflow --preset default