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