Commit Graph

8 Commits

Author SHA1 Message Date
Antonio Guastella 8772aab5cc CI: add Linux GCC/Clang build (with OpenGL deps + SSE4.1) (#59)
* ci: add Linux GCC/Clang workflow

Add a Linux job that builds with GCC and Clang using Ninja and runs tests

* ci: install OpenGL headers on Linux

Fix raylib configure by installing libgl-dev in the Linux GCC/Clang job

* ci: enable SSE4.1 for Linux builds

Pass -msse4.1 to GCC/Clang in the Linux workflow to satisfy runtime intrinsics
2026-02-17 14:41:39 -03:00
Ranieri b7973593ee fix: added missing header include for gcc (#54) 2026-02-14 13:00:36 -03:00
Salman Chishti 6d5e1fd66b Upgrade GitHub Actions to latest versions (#32)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-01-31 13:52:59 -03:00
Salman Chishti ea63da371b Upgrade GitHub Actions for Node 24 compatibility (#31)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
2026-01-31 13:32:35 -03:00
DanielSvoboda cb20d0298a Add artifact upload step in build workflow
Add step to upload build artifacts for PS2Recomp.
2026-01-28 17:03:20 -03:00
Joshua T. Fisher 1cf3a6af4e Add ending newline. 2026-01-27 18:03:25 -08:00
Joshua T. Fisher 3e19d84f3b Add test runner. 2026-01-27 17:48:15 -08:00
Joshua T. Fisher bf91aa5021 Make runtime optional, start a CI yml. 2026-01-27 17:30:58 -08:00