Skip to content

finish S2A application #23

finish S2A application

finish S2A application #23

Workflow file for this run

name: Nintendo Switch
on:
push:
branches: [ foreve, 1.2.0 ]
pull_request:
branches: [ foreve, 1.2.0 ]
jobs:
build:
runs-on: ubuntu-20.04
container: devkitpro/devkita64:20200730
steps:
- name: Checkout repo
uses: actions/checkout@v1
with:
submodules: true
- name: make clean
run: make PLATFORM=Switch clean
- name: make
run: make PLATFORM=Switch
- name: Create directory structure
run: |
mkdir -p bin/sd/Switch/SonicForever
mv bin/Switch/SonicForever.nro bin/sd/Switch/SonicForever
mkdir -p bin/sd/Switch/Sonic2Absolute
mv bin/Switch/Sonic2Absolute.nro bin/sd/Switch/Sonic2Absolute
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
path: bin/sd/Switch/