We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50721e8 commit 54defcfCopy full SHA for 54defcf
.readthedocs.yaml
@@ -10,6 +10,12 @@ build:
10
python: "3.11"
11
apt_packages:
12
- 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 /
19
20
submodules:
21
include: all
0 commit comments