Skip to content

Allow bigger audio samples on infinity6c to allow stable encoding and… #260

Allow bigger audio samples on infinity6c to allow stable encoding and…

Allow bigger audio samples on infinity6c to allow stable encoding and… #260

Workflow file for this run

name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: |
list="arm-musl arm-muslhf arm-glibc arm9-musl arm9-uclibc mips-musl"
for lib in $list; do
sh build.sh $lib
zip $lib divinus*
done
- name: Upload
if: github.event_name != 'pull_request'
uses: softprops/action-gh-release@v2
with:
tag_name: latest
files: ./*.zip