Skip to content

r&d: matrix working pretty well #6

r&d: matrix working pretty well

r&d: matrix working pretty well #6

Workflow file for this run

name: CMake
on:
push:
branches: [ "dev/**", "alpha" ]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
env:
unit_test_dir: ${{github.workspace}}/test/catch
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Build
uses: threeal/[email protected]
with:
source-dir: ${{env.unit_test_dir}}