Fix the test matrix

This commit is contained in:
Ondřej Čertík 2019-11-18 11:48:50 -07:00
parent fd2a8f5c70
commit 700ec93abc

View File

@ -11,9 +11,13 @@ osx_image: xcode7.3
matrix:
exclude:
# Disable all automatic entries in the test matrix
- compiler: clang
- compiler: gcc
- os: osx
- os: linux
include:
# Explicitly add tests that we want to run
- env: BUILD_DOXYGEN="yes"
compiler: gcc
os: linux
@ -48,6 +52,14 @@ matrix:
- doxygen --version
- doxygen Doxyfile
- echo "" > html/.nojekyll
- compiler: clang
os: osx
- compiler: gcc
os: osx
- compiler: clang
os: linux
- compiler: gcc
os: linux
install:
- cmake --version