attempt some CI building using github actions

This commit is contained in:
notaz 2023-06-14 00:45:13 +03:00 committed by irixxxx
parent f20ad52307
commit 842f4e44d4
4 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,11 @@
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