mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 10:31:39 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user