Skip to content

Makefile: use -fpermissive to stop compile error #20

Makefile: use -fpermissive to stop compile error

Makefile: use -fpermissive to stop compile error #20

Workflow file for this run

name: CI Build
on: [push, pull_request]
jobs:
build-modern:
name: UAE4ALL for MiyooCFW (uClibc)
runs-on: ubuntu-20.04
container:
image: nfriedly/miyoo-toolchain:steward
steps:
- uses: actions/checkout@v3
- name: build
run: make -f Makefile.miyoo
- uses: actions/upload-artifact@v3
with:
name: UAE4ALL binary
path: uae4all
if-no-files-found: error # 'error', 'warn', 'ignore'; defaults to `warn`