Skip to content

test(byteswap): successful ESP32C6 testing #28

test(byteswap): successful ESP32C6 testing

test(byteswap): successful ESP32C6 testing #28

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/[email protected]
with:
submodules: recursive
- name: Build
uses: threeal/[email protected]
with:
source-dir: ${{env.unit_test_dir}}
- name: Test
uses: threeal/[email protected]
with:
# DEBT: Grab "build-dir" from above cmake-action
test-dir: ${{env.unit_test_dir}}/build