Skip to content

Use SPM as the build manager; etc. #58

Use SPM as the build manager; etc.

Use SPM as the build manager; etc. #58

name: Build_UnitTest_CMake_gTest
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Configure CMake
run: cmake -S . -B Build
- name: gTest
working-directory: ${{github.workspace}}/Build
run: make runTest