Travis CI: add clang and osx

Extend builds to clang and osx platforms.

And check bench numbers.

No functional change.
This commit is contained in:
Marco Costalba
2015-10-06 11:59:06 +02:00
parent 436c303731
commit 5f4d9309c8
2 changed files with 36 additions and 10 deletions

View File

@@ -197,6 +197,11 @@ ifeq ($(UNAME),Darwin)
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.9
endif
### Travis CI script uses COMPILER to overwrite CXX
ifdef COMPILER
CXX=$(COMPILER)
endif
### On mingw use Windows threads, otherwise POSIX
ifneq ($(comp),mingw)
# On Android Bionic's C library comes with its own pthread implementation bundled in