Skip to content

Commit a93ac2a

Browse files
committed
Reinstate doc builds.
They are needed for inclusion in install packages.
1 parent 5f2d393 commit a93ac2a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
check_mkvk: [ NO ]
5454
options: [
5555
{config: 'Debug,Release',
56-
doc: OFF, jni: ON, loadtests: OpenGL+Vulkan, py: ON, tests: ON, tools: ON, tools_cts: ON,
56+
doc: ON, jni: ON, loadtests: OpenGL+Vulkan, py: ON, tests: ON, tools: ON, tools_cts: ON,
5757
package: YES,
5858
sse: ON, opencl: OFF},
5959
{config: Release,
@@ -86,7 +86,7 @@ jobs:
8686
arch: arm64
8787
options: {
8888
config: 'Debug,Release',
89-
doc: OFF, jni: ON, loadtests: OpenGL+Vulkan, py: OFF, tests: ON, tools: ON, tools_cts: ON,
89+
doc: ON, jni: ON, loadtests: OpenGL+Vulkan, py: OFF, tests: ON, tools: ON, tools_cts: ON,
9090
package: YES
9191
}
9292
runs-on: ${{ matrix.os }}

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ env:
5252
# of Python for it to correctly build the Python extensions (the CI
5353
# runs on x86_64)
5454
- CONFIGURATION=Debug,Release PLATFORM=macOS ARCHS=x86_64
55-
FEATURE_DOC=OFF FEATURE_JNI=ON FEATURE_PY=ON FEATURE_LOADTESTS=OpenGL+Vulkan FEATURE_TOOLS=ON
55+
FEATURE_DOC=ON FEATURE_JNI=ON FEATURE_PY=ON FEATURE_LOADTESTS=OpenGL+Vulkan FEATURE_TOOLS=ON
5656
FEATURE_TOOLS_CTS=ON SUPPORT_SSE=ON SUPPORT_OPENCL=OFF DEPLOY_DOCS=NO PACKAGE=YES
5757
- CONFIGURATION=Release PLATFORM=macOS ARCHS=arm64
58-
FEATURE_DOC=OFF FEATURE_JNI=ON FEATURE_PY=OFF FEATURE_LOADTESTS=OpenGL+Vulkan FEATURE_TESTS=OFF
58+
FEATURE_DOC=ON FEATURE_JNI=ON FEATURE_PY=OFF FEATURE_LOADTESTS=OpenGL+Vulkan FEATURE_TESTS=OFF
5959
FEATURE_TOOLS=ON FEATURE_TOOLS_CTS=OFF SUPPORT_SSE=ON SUPPORT_OPENCL=OFF PACKAGE=YES
6060

6161
- CONFIGURATION=Release PLATFORM=macOS ARCHS=x86_64
@@ -113,7 +113,7 @@ jobs:
113113
- VULKAN_SDK_VER: "1.3.290"
114114
- CMAKE_GEN: Ninja
115115
- CONFIGURATION=Release
116-
FEATURE_DOC=OFF FEATURE_JNI=ON FEATURE_PY=ON FEATURE_LOADTESTS=OpenGL+Vulkan FEATURE_TOOLS=ON FEATURE_TOOLS_CTS=ON
116+
FEATURE_DOC=ON FEATURE_JNI=ON FEATURE_PY=ON FEATURE_LOADTESTS=OpenGL+Vulkan FEATURE_TOOLS=ON FEATURE_TOOLS_CTS=ON
117117
SUPPORT_SSE=ON SUPPORT_OPENCL=OFF WERROR=ON PACKAGE=YES
118118
- os: linux
119119
arch: arm64
@@ -133,7 +133,7 @@ jobs:
133133
- VULKAN_SDK_VER: "1.3.290"
134134
- CMAKE_GEN: Ninja
135135
- CONFIGURATION=Release
136-
FEATURE_DOC=OFF FEATURE_JNI=ON FEATURE_PY=ON FEATURE_LOADTESTS=OpenGL
136+
FEATURE_DOC=ON FEATURE_JNI=ON FEATURE_PY=ON FEATURE_LOADTESTS=OpenGL
137137
FEATURE_TOOLS=ON FEATURE_TOOLS_CTS=ON
138138
SUPPORT_SSE=OFF SUPPORT_OPENCL=OFF WERROR=ON PACKAGE=YES
139139
- os: linux

0 commit comments

Comments
 (0)