Skip to content

Fix 1.1 Code Generation #33

Fix 1.1 Code Generation

Fix 1.1 Code Generation #33

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@v3
# - 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:latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
with:
submodules: true
- name: Compile Project
run: |
make -j