EnableGPU false by default
parent
7b5eadc22b
commit
6c9a7e4110
|
@ -26,6 +26,8 @@ jobs:
|
||||||
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
- StandaloneWindows64 # Build a Windows 64-bit standalone.
|
||||||
- WSAPlayer # Build a UWP App
|
- WSAPlayer # Build a UWP App
|
||||||
- tvOS # Build an Apple TV XCode project
|
- tvOS # Build an Apple TV XCode project
|
||||||
|
enableGpu:
|
||||||
|
- false
|
||||||
include:
|
include:
|
||||||
# Additionally test enableGPU build for a standalone windows target
|
# Additionally test enableGPU build for a standalone windows target
|
||||||
- projectPath: test-project
|
- projectPath: test-project
|
||||||
|
|
Loading…
Reference in New Issue