Skip to content

build: fixing beta tag #7

build: fixing beta tag

build: fixing beta tag #7

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}}