mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
11 lines
262 B
YAML
11 lines
262 B
YAML
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
|