ci: merge all workflows

(cherry picked from commit ba433e4a5d)
This commit is contained in:
Anonymous Maarten
2024-11-23 04:03:57 +01:00
parent 01dee787c1
commit bc8a1fd7d5
15 changed files with 1248 additions and 655 deletions

View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0...3.5)
project(SDL2_test)
cmake_minimum_required(VERSION 3.0...3.10)
project(SDL2_test C)
include(CheckCCompilerFlag)
include(CMakeParseArguments)