Skip to content

CI testing

CI testing #73

name: CI (libretro default)
on: [push, pull_request]
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: make
run: LDFLAGS=-Wl,--no-undefined make -f Makefile.libretro