Skip to content

Generate MAC address from CPU ECID #108

Generate MAC address from CPU ECID

Generate MAC address from CPU ECID #108

name: libogc2 build
on: [push, pull_request]
jobs:
build:
name: Build libogc2
runs-on: ubuntu-latest
container: devkitpro/devkitppc:latest
steps:
- name: Checkout libogc2
uses: actions/checkout@main
- name: Checkout libfat
uses: actions/checkout@main
with:
repository: extremscorner/libfat
path: libfat
- name: Checkout libntfs
uses: actions/checkout@main
with:
repository: extremscorner/libntfs
path: libntfs
- name: Build libogc2
run: make install
- name: Build libfat
run: make ogc-install
working-directory: libfat
- name: Build libntfs
run: make install
working-directory: libntfs
- name: Upload artifacts
uses: actions/upload-artifact@main
with:
name: libogc2
path: /opt/devkitpro/libogc2