mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Travis: Change docs build in matrix from exclude to include
This commit is contained in:
+4
-5
@@ -17,13 +17,12 @@ env:
|
||||
- RENDERDOC_TRAVIS_BUILD=1 RENDERDOC_CI_BUILD=1
|
||||
matrix:
|
||||
- CODE_BUILD=1 LINUX_BUILD=1 DOCS_BUILD=0
|
||||
- CODE_BUILD=0 DOCS_BUILD=1
|
||||
|
||||
# don't build docs twice on gcc/clang
|
||||
# only build docs once on linux
|
||||
matrix:
|
||||
exclude:
|
||||
- compiler: clang
|
||||
env: CODE_BUILD=0 DOCS_BUILD=1
|
||||
include:
|
||||
- compiler: gcc
|
||||
env: CODE_BUILD=0 LINUX_BUILD=0 DOCS_BUILD=1
|
||||
|
||||
# install dependencies
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user