Skip to content

finish asm cleanup (Part 1 of 3) #60

finish asm cleanup (Part 1 of 3)

finish asm cleanup (Part 1 of 3) #60

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
container: ghcr.io/projectpiki/build:main
strategy:
fail-fast: false
matrix:
version: [usa.1]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Git config
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Build
run: make -j$(nproc) VERSION=${{matrix.version}} COMPILERS=/compilers/GC
- name: Upload map
uses: actions/upload-artifact@v3
with:
name: pikmin-${{matrix.version}}.map
path: build/*/build.map