Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Merge branch 'official' into 3gx-loader #12

Merge branch 'official' into 3gx-loader

Merge branch 'official' into 3gx-loader #12

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/*'
- 'LICENSE.txt'
- 'README.md'
pull_request:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
- '.github/*'
- 'LICENSE.txt'
- 'README.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: pablomk7/luma3dsbuildtools
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: safedir
run: git config --system --add safe.directory /__w/Luma3DS_3GX/Luma3DS_3GX
- name: debug
run: git describe --tags
- name: Build
run: make -j$(nproc --all)
- uses: actions/upload-artifact@v3
with:
name: Luma3DS
path: boot.firm