Skip to content

😨😨

😨😨 #3

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install devlibs
run: sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev zlib1g-dev libpng-dev
- name: make
run: make
working-directory: gcc-build
- name: Push build artifacts
uses: actions/upload-artifact@v4
with:
name: voidsprite-build-linux
path: |
gcc-build/build