Skip to content

getcurvature: finish with printing output filename #66

getcurvature: finish with printing output filename

getcurvature: finish with printing output filename #66

name: Build and Test
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt update && sudo apt install libhdf5-dev
- name: Checkout the repository
uses: actions/checkout@v4.1.1
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Configure the project
uses: threeal/cmake-action@v1.3.0
- name: Build the project
run: cmake --build build
- name: Test the project
run: ctest --test-dir build