mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-12 04:49:03 +08:00
Avoid unnecessary osx builds.
This commit is contained in:
parent
4b4dfa518d
commit
10f0ba91f5
21
.travis.yml
21
.travis.yml
@ -1,13 +1,16 @@
|
|||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
dist: trusty
|
|
||||||
osx_image: xcode8.3
|
|
||||||
language: cpp
|
|
||||||
compiler:
|
|
||||||
- clang
|
|
||||||
- gcc
|
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
language: cpp
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: clang
|
||||||
|
- os: linux
|
||||||
|
dist: trusty
|
||||||
|
compiler: gcc
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode8.3
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user