cmake: run testautomation with CTest on ci

This commit is contained in:
Anonymous Maarten
2023-09-28 19:15:52 +02:00
committed by Anonymous Maarten
parent 41fc398114
commit a420eb79bb
2 changed files with 3 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ jobs:
set(CMAKE_SHARED_LINKER_FLAGS "-DEBUG" CACHE STRING "Linker flag for shared libraries")
cmake_minimum_required(VERSION 3.0...3.25)
project(sdl_user)
enable_testing()
add_subdirectory("{ srcdir }" SDL)
"""))
- name: Configure (CMake)