mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 18:11:38 +08:00
Fix the test matrix
This commit is contained in:
parent
fd2a8f5c70
commit
700ec93abc
12
.travis.yml
12
.travis.yml
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user