Skip to content

Commit 54defcf

Browse files
committed
Build SDL3 for ReadTheDocs workflow
1 parent 50721e8 commit 54defcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ build:
1010
python: "3.11"
1111
apt_packages:
1212
- libsdl3-dev
13+
jobs:
14+
post_build:
15+
- git clone --depth 1 --branch release-3.2.16 https://github.com/libsdl-org/SDL.git sdl_repo
16+
- cmake -S sdl_repo -B sdl_build
17+
- cmake --build sdl_build --config Debug
18+
- cmake --install sdl_build --config Release --prefix /
1319

1420
submodules:
1521
include: all

0 commit comments

Comments
 (0)