Skip to content

Galilean group renamed Gal(3) #6

Galilean group renamed Gal(3)

Galilean group renamed Gal(3) #6

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLIEPLUSPLUS_TESTS=ON
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target lieplusplus_tests
- name: Test
run: ${{github.workspace}}/build/lieplusplus_tests