Skip to content

Add an acceleration field to ink::stroke_model::Result #550

Add an acceleration field to ink::stroke_model::Result

Add an acceleration field to ink::stroke_model::Result #550

Workflow file for this run

# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions
name: CMakeTest
on: [push, workflow_dispatch]
jobs:
cmake_test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
CC: clang
CXX: clang++
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake .
- name: Build
run: cmake --build .
- name: Test
run: ctest