translating all-16 (-3 commits to go, i wish beta 2 will exit then) #120
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 |