update to latest commit (i didn't see this one so i had to make anoth… #148
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/Luma3DS | |
- name: Build | |
run: make -j$(nproc --all) | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: CustomLuma3DS-ITA-beta-1.1.0 | |
path: boot.firm |