mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-26 10:31:39 +08:00
Only use clang on macOS
The gcc version was using clang underneath also. If we wanted to use gcc, we would need to ensure cmake picks it up properly. We do not really need to test gcc on macOS, as long as things build correctly there with the default compiler (clang).
This commit is contained in:
parent
97e90919f6
commit
18f454f1b2
@ -54,8 +54,6 @@ matrix:
|
|||||||
- echo "" > html/.nojekyll
|
- echo "" > html/.nojekyll
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
os: osx
|
os: osx
|
||||||
- compiler: gcc
|
|
||||||
os: osx
|
|
||||||
- compiler: clang
|
- compiler: clang
|
||||||
os: linux
|
os: linux
|
||||||
addons:
|
addons:
|
||||||
|
Loading…
Reference in New Issue
Block a user