mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-14 15:53:14 +00:00
cmake: run testautomation with CTest on ci
This commit is contained in:
committed by
Anonymous Maarten
parent
41fc398114
commit
a420eb79bb
1
.github/workflows/msvc.yml
vendored
1
.github/workflows/msvc.yml
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user