mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 01:45:45 +00:00
cmake: run testautomation with CTest on ci
This commit is contained in:
parent
41fc398114
commit
a420eb79bb
2 changed files with 3 additions and 1 deletions
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue