mirror of
https://github.com/cellos51/balatro-gba.git
synced 2026-09-09 09:26:15 -05:00
* Added C standard gnu23 to the makefile * Added gnu23 standard to all test modue makefiles * Added installation of latest gcc version to tests workflow * Fixed typo in previous commit * Made GCC 14 installation conditional and moved from the workflow to the script * Extracted GCC version check to external script for CI and created tests README * Added #!/bin/bash * Make check_gcc_version.sh executable
6 lines
268 B
Plaintext
6 lines
268 B
Plaintext
These are tests that run on the repository's CI or can be run locally
|
|
to make sure none of the base modules are broken.
|
|
|
|
The project uses the gnu23 C standard which is stably supported from GCC 14 and onwards
|
|
so this project should be compiled with GCC 14 or later.
|