libx48ng/.github/workflows/c-cpp.yml

22 lines
389 B
YAML
Raw Normal View History

name: C/C++ CI
on:
push:
2023-08-31 22:54:36 +02:00
branches: [ "*" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: update deps
run: sudo apt-get -y update
- name: install deps
2023-09-13 16:49:13 +02:00
run: sudo apt install pkgconf libsdl1.2-compat-dev libsdl-gfx1.2-dev
- name: make sdl1
2023-09-13 16:49:13 +02:00
run: make clean && make