Skip to content

Fix remain overrides to be consolidated to one function. #142

Fix remain overrides to be consolidated to one function.

Fix remain overrides to be consolidated to one function. #142

Workflow file for this run

name: MM3DR Build Check
on:
pull_request:
jobs:
# format:
# name: Verify Formatting
# runs-on: ubuntu-latest
# steps:
# - name: Checkout Project
# uses: actions/checkout@v4
# - name: Format Project
# uses: DoozyX/clang-format-lint-action@v0.15
# with:
# source: "./code ./source"
# extensions: 'c,h,cpp,hpp'
# clangFormatVersion: 14
build:
name: Confirm Compilable
runs-on: ubuntu-latest
container:
image: ghcr.io/z3dr/randotools:next
options: --user 1001
steps:
- name: Checkout Project
uses: actions/checkout@v4.1.7
with:
submodules: true
- name: Compile Project
run: |
make -j