Skip to content

Set manaketes to promoted jobs for 20 level growth #459

Set manaketes to promoted jobs for 20 level growth

Set manaketes to promoted jobs for 20 level growth #459

Workflow file for this run

name: Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
container: devkitpro/devkitarm
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install python dependencies
run: apt-get update && apt-get install -y python3-pip && pip3 install numpy
- name: Build tools
run: ./build_tools.sh
- name: Mock base ROM
run: head -c 8M /dev/urandom > baserom.gba
- name: Run make
run: make
- name: Check ROM size
run: apt-get install -y bc && ./check_rom_size.sh
- uses: actions/upload-artifact@v3
with:
name: linker-mapfile
path: FEHRR.map