mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-26 03:56:50 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user