Files
AllgemeinerProblemLoeser/.github/workflows/main.yml
niklascfw e6676315c7
Some checks failed
Build / Build (push) Failing after 3s
Updated workflow
2026-02-13 21:21:52 +01:00

29 lines
594 B
YAML

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
container: devkitpro/devkita64:latest
steps:
- name: Checkout latest code
uses: actions/checkout@v5
with:
clean: true
submodules: recursive
- name: Build
run: |
export DEVKITPRO=/opt/devkitpro
make all
shell: bash
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: AllgemeinerProblemLoeser.bin
path: output/AllgemeinerProblemLoeser.bin