Skip to content

build: adding CTest stage to CI, prepping CPM use #11

build: adding CTest stage to CI, prepping CPM use

build: adding CTest stage to CI, prepping CPM use #11

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}}
- name: Test
uses: threeal/[email protected]