Skip to content

attempt some CI building using github actions #3

attempt some CI building using github actions

attempt some CI building using github actions #3

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