Skip to content

feat: Add make_serializable_component #10

feat: Add make_serializable_component

feat: Add make_serializable_component #10

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
macos:
timeout-minutes: 15
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build tests
run: |
cmake -DNODEC_SCENE_EDITOR_BUILD_TESTS=ON -B ./build
cmake --build ./build -j 4
- name: Run tests
working-directory: build
run: |
ctest -C Debug --output-on-failure