Skip to content

Mark code inspired by and derived from code contributed to RTEMS by OAR. #172

Mark code inspired by and derived from code contributed to RTEMS by OAR.

Mark code inspired by and derived from code contributed to RTEMS by OAR. #172

Workflow file for this run

name: C/C++ CI
on: [push, pull_request]
jobs:
build:
name: ubuntu-latest
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
steps:
- uses: actions/checkout@v3.5.2
- name: Build
run: |
make -j2